clang
8.0.0
|
An input file for the front end. More...
#include "clang/Frontend/FrontendOptions.h"
Public Member Functions | |
FrontendInputFile ()=default | |
FrontendInputFile (StringRef File, InputKind Kind, bool IsSystem=false) | |
FrontendInputFile (llvm::MemoryBuffer *Buffer, InputKind Kind, bool IsSystem=false) | |
InputKind | getKind () const |
bool | isSystem () const |
bool | isEmpty () const |
bool | isFile () const |
bool | isBuffer () const |
bool | isPreprocessed () const |
StringRef | getFile () const |
llvm::MemoryBuffer * | getBuffer () const |
An input file for the front end.
Definition at line 199 of file FrontendOptions.h.
|
default |
|
inline |
Definition at line 216 of file FrontendOptions.h.
|
inline |
Definition at line 218 of file FrontendOptions.h.
|
inline |
Definition at line 235 of file FrontendOptions.h.
Referenced by clang::FrontendAction::getCurrentFileOrBufferName(), clang::ASTUnit::getMainFileName(), and clang::CompilerInstance::InitializeSourceManager().
|
inline |
|
inline |
Definition at line 222 of file FrontendOptions.h.
Referenced by clang::FrontendAction::BeginSourceFile(), clang::FrontendAction::getCurrentFileKind(), and clang::CompilerInstance::InitializeSourceManager().
|
inline |
Definition at line 227 of file FrontendOptions.h.
Referenced by clang::CompilerInstance::InitializeSourceManager().
|
inline |
|
inline |
Definition at line 226 of file FrontendOptions.h.
Referenced by clang::FrontendAction::getCurrentFileOrBufferName(), and clang::ASTUnit::getMainFileName().
|
inline |
Definition at line 228 of file FrontendOptions.h.
References clang::InputKind::isPreprocessed().
Referenced by clang::FrontendAction::BeginSourceFile().
|
inline |
Definition at line 223 of file FrontendOptions.h.
Referenced by clang::FrontendAction::BeginSourceFile(), and clang::CompilerInstance::InitializeSourceManager().