|
clang
5.0.0
|
Public Member Functions | |
| RewriteImportsListener (CompilerInstance &CI, std::shared_ptr< raw_ostream > Out) | |
| void | visitModuleFile (StringRef Filename, serialization::ModuleKind Kind) override |
| This is called for each AST file loaded. More... | |
Public Member Functions inherited from clang::ASTReaderListener | |
| virtual | ~ASTReaderListener () |
| virtual bool | ReadFullVersionInformation (StringRef FullVersion) |
| Receives the full Clang version information. More... | |
| virtual void | ReadModuleName (StringRef ModuleName) |
| virtual void | ReadModuleMapFile (StringRef ModuleMapPath) |
| virtual bool | ReadLanguageOptions (const LangOptions &LangOpts, bool Complain, bool AllowCompatibleDifferences) |
| Receives the language options. More... | |
| virtual bool | ReadTargetOptions (const TargetOptions &TargetOpts, bool Complain, bool AllowCompatibleDifferences) |
| Receives the target options. More... | |
| virtual bool | ReadDiagnosticOptions (IntrusiveRefCntPtr< DiagnosticOptions > DiagOpts, bool Complain) |
| Receives the diagnostic options. More... | |
| virtual bool | ReadFileSystemOptions (const FileSystemOptions &FSOpts, bool Complain) |
| Receives the file system options. More... | |
| virtual bool | ReadHeaderSearchOptions (const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, bool Complain) |
| Receives the header search options. More... | |
| virtual bool | ReadPreprocessorOptions (const PreprocessorOptions &PPOpts, bool Complain, std::string &SuggestedPredefines) |
| Receives the preprocessor options. More... | |
| virtual void | ReadCounter (const serialization::ModuleFile &M, unsigned Value) |
| Receives COUNTER value. More... | |
| virtual bool | needsInputFileVisitation () |
Returns true if this ASTReaderListener wants to receive the input files of the AST file via visitInputFile, false otherwise. More... | |
| virtual bool | needsSystemInputFileVisitation () |
Returns true if this ASTReaderListener wants to receive the system input files of the AST file via visitInputFile, false otherwise. More... | |
| virtual bool | visitInputFile (StringRef Filename, bool isSystem, bool isOverridden, bool isExplicitModule) |
if needsInputFileVisitation returns true, this is called for each non-system input file of the AST File. More... | |
| virtual bool | needsImportVisitation () const |
Returns true if this ASTReaderListener wants to receive the imports of the AST file via visitImport, false otherwise. More... | |
| virtual void | visitImport (StringRef Filename) |
If needsImportVisitation returns true, this is called for each AST file imported by this AST file. More... | |
| virtual void | readModuleFileExtension (const ModuleFileExtensionMetadata &Metadata) |
| Indicates that a particular module file extension has been read. More... | |
Definition at line 199 of file FrontendActions.cpp.
|
inline |
Definition at line 206 of file FrontendActions.cpp.
|
inlineoverridevirtual |
This is called for each AST file loaded.
Reimplemented from clang::ASTReaderListener.
Definition at line 209 of file FrontendActions.cpp.
References Action, clang::serialization::ModuleFile::isModule(), clang::isValidIdentifier(), clang::serialization::ModuleFile::ModuleName, clang::InputKind::Precompiled, clang::CompilerInstance::setInvocation(), and clang::InputKind::Unknown.
1.8.6