|
FLANG
|
Additional Inherited Members | |
| Public Member Functions inherited from Fortran::frontend::FrontendAction | |
| 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 () |
| Protected Member Functions inherited from Fortran::frontend::FrontendAction | |
| bool | runPrescan () |
| bool | runParse (bool emitMessages) |
| bool | runSemanticChecks () |
| bool | generateRtTypeTables () |
| bool | reportFatalSemanticErrors () |
| bool | reportFatalScanningErrors () |
| bool | reportFatalParsingErrors () |
| virtual bool | shouldEraseOutputFiles () |
| virtual bool | beginSourceFileAction () |