clang
10.0.0svn
|
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 (const 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 |
const llvm::MemoryBuffer * | getBuffer () const |
An input file for the front end.
Definition at line 184 of file FrontendOptions.h.
|
default |
|
inline |
Definition at line 201 of file FrontendOptions.h.
|
inline |
Definition at line 203 of file FrontendOptions.h.
|
inline |
Definition at line 220 of file FrontendOptions.h.
Referenced by clang::FrontendAction::getCurrentFileOrBufferName(), clang::ASTUnit::getMainFileName(), and clang::CompilerInstance::InitializeSourceManager().
|
inline |
|
inline |
Definition at line 207 of file FrontendOptions.h.
Referenced by clang::FrontendAction::BeginSourceFile(), clang::FrontendAction::getCurrentFileKind(), and clang::CompilerInstance::InitializeSourceManager().
|
inline |
Definition at line 212 of file FrontendOptions.h.
Referenced by clang::CompilerInstance::InitializeSourceManager().
|
inline |
|
inline |
Definition at line 211 of file FrontendOptions.h.
Referenced by clang::FrontendAction::getCurrentFileOrBufferName(), and clang::ASTUnit::getMainFileName().
|
inline |
Definition at line 213 of file FrontendOptions.h.
References clang::InputKind::isPreprocessed().
Referenced by clang::FrontendAction::BeginSourceFile().
|
inline |
Definition at line 208 of file FrontendOptions.h.
Referenced by clang::FrontendAction::BeginSourceFile(), and clang::CompilerInstance::InitializeSourceManager().