An input file for the front end. More...
#include "[clang/Frontend/FrontendOptions.h](FrontendOptions%5F8h%5Fsource.html)"
An input file for the front end.
Definition at line 229 of file FrontendOptions.h.
| clang::FrontendInputFile::FrontendInputFile ( ) |
default |
| clang::FrontendInputFile::FrontendInputFile ( StringRef File, InputKind Kind, bool IsSystem = false ) |
inline |
| clang::FrontendInputFile::FrontendInputFile ( llvm::MemoryBufferRef Buffer, InputKind Kind, bool IsSystem = false ) |
inline |
◆ getBuffer()
| llvm::MemoryBufferRef clang::FrontendInputFile::getBuffer ( ) const |
inline |
◆ getFile()
| StringRef clang::FrontendInputFile::getFile ( ) const |
inline |
◆ getKind()
| InputKind clang::FrontendInputFile::getKind ( ) const |
inline |
◆ isBuffer()
| bool clang::FrontendInputFile::isBuffer ( ) const |
inline |
◆ isEmpty()
| bool clang::FrontendInputFile::isEmpty ( ) const |
inline |
◆ isFile()
| bool clang::FrontendInputFile::isFile ( ) const |
inline |
| bool clang::FrontendInputFile::isHeader ( ) const |
inline |
◆ isPreprocessed()
| bool clang::FrontendInputFile::isPreprocessed ( ) const |
inline |
◆ isSystem()
| bool clang::FrontendInputFile::isSystem ( ) const |
inline |
◆ CompilerInvocationBase
The documentation for this class was generated from the following file: