clang
8.0.0
|
#include "clang/Serialization/ASTDeserializationListener.h"
Public Member Functions | |
virtual | ~ASTDeserializationListener () |
virtual void | ReaderInitialized (ASTReader *Reader) |
The ASTReader was initialized. More... | |
virtual void | IdentifierRead (serialization::IdentID ID, IdentifierInfo *II) |
An identifier was deserialized from the AST file. More... | |
virtual void | MacroRead (serialization::MacroID ID, MacroInfo *MI) |
A macro was read from the AST file. More... | |
virtual void | TypeRead (serialization::TypeIdx Idx, QualType T) |
A type was deserialized from the AST file. More... | |
virtual void | DeclRead (serialization::DeclID ID, const Decl *D) |
A decl was deserialized from the AST file. More... | |
virtual void | SelectorRead (serialization::SelectorID iD, Selector Sel) |
A selector was read from the AST file. More... | |
virtual void | MacroDefinitionRead (serialization::PreprocessedEntityID, MacroDefinitionRecord *MD) |
A macro definition was read from the AST file. More... | |
virtual void | ModuleRead (serialization::SubmoduleID ID, Module *Mod) |
A module definition was read from the AST file. More... | |
virtual void | ModuleImportRead (serialization::SubmoduleID ID, SourceLocation ImportLoc) |
A module import was read from the AST file. More... | |
Definition at line 31 of file ASTDeserializationListener.h.
|
virtual |
Definition at line 24 of file ASTCommon.cpp.
|
inlinevirtual |
A decl was deserialized from the AST file.
Reimplemented in clang::MultiplexASTDeserializationListener.
Definition at line 48 of file ASTDeserializationListener.h.
|
inlinevirtual |
An identifier was deserialized from the AST file.
Reimplemented in clang::MultiplexASTDeserializationListener.
Definition at line 39 of file ASTDeserializationListener.h.
|
inlinevirtual |
A macro definition was read from the AST file.
Reimplemented in clang::MultiplexASTDeserializationListener.
Definition at line 52 of file ASTDeserializationListener.h.
|
inlinevirtual |
A macro was read from the AST file.
Reimplemented in clang::MultiplexASTDeserializationListener.
Definition at line 42 of file ASTDeserializationListener.h.
|
inlinevirtual |
A module import was read from the AST file.
Definition at line 57 of file ASTDeserializationListener.h.
|
inlinevirtual |
A module definition was read from the AST file.
Reimplemented in clang::MultiplexASTDeserializationListener.
Definition at line 55 of file ASTDeserializationListener.h.
|
inlinevirtual |
The ASTReader was initialized.
Reimplemented in clang::MultiplexASTDeserializationListener.
Definition at line 36 of file ASTDeserializationListener.h.
|
inlinevirtual |
A selector was read from the AST file.
Reimplemented in clang::MultiplexASTDeserializationListener.
Definition at line 50 of file ASTDeserializationListener.h.
Referenced by clang::serialization::ReadMethodPoolVisitor::operator()().
|
inlinevirtual |
A type was deserialized from the AST file.
The ID here has the qualifier bits already removed, and T is guaranteed to be locally unqualified.
Reimplemented in clang::MultiplexASTDeserializationListener.
Definition at line 46 of file ASTDeserializationListener.h.