FLANG
|
Additional Inherited Members | |
![]() | |
CompilerInstance & | getInstance () const |
void | setInstance (CompilerInstance *value) |
const FrontendInputFile & | getCurrentInput () const |
llvm::StringRef | getCurrentFile () const |
llvm::StringRef | getCurrentFileOrBufferName () const |
void | setCurrentInput (const FrontendInputFile ¤tIntput) |
bool | beginSourceFile (CompilerInstance &ci, const FrontendInputFile &input) |
llvm::Error | execute () |
Run the action. | |
void | endSourceFile () |
![]() | |
bool | runPrescan () |
bool | runParse (bool emitMessages) |
bool | runSemanticChecks () |
bool | generateRtTypeTables () |
bool | reportFatalSemanticErrors () |
bool | reportFatalScanningErrors () |
bool | reportFatalParsingErrors () |
virtual bool | shouldEraseOutputFiles () |
virtual bool | beginSourceFileAction () |