clang
3.9.0
|
IdDeclInfoMap - Associates IdDeclInfos with declaration names. More...
Public Member Functions | |
IdDeclInfoMap () | |
~IdDeclInfoMap () | |
IdDeclInfo & | operator[] (DeclarationName Name) |
Returns the IdDeclInfo associated to the DeclarationName. More... | |
IdDeclInfoMap - Associates IdDeclInfos with declaration names.
Allocates 'pools' (vectors of IdDeclInfos) to avoid allocating each individual IdDeclInfo to heap.
Definition at line 31 of file IdentifierResolver.cpp.
|
inline |
Definition at line 48 of file IdentifierResolver.cpp.
|
inline |
Definition at line 50 of file IdentifierResolver.cpp.
References P.
IdentifierResolver::IdDeclInfo & clang::IdentifierResolver::IdDeclInfoMap::operator[] | ( | DeclarationName | Name | ) |
Returns the IdDeclInfo associated to the DeclarationName.
It creates a new IdDeclInfo if one was not created before for this id.
Definition at line 394 of file IdentifierResolver.cpp.
References clang::DeclarationName::getFETokenInfo(), and clang::DeclarationName::setFETokenInfo().