clang 17.0.0git
Classes | Public Member Functions | List of all members
clang::IdentifierResolver::IdDeclInfoMap Class Reference

IdDeclInfoMap - Associates IdDeclInfos with declaration names. More...

Public Member Functions

 IdDeclInfoMap ()=default
 
 ~IdDeclInfoMap ()
 
IdDeclInfo & operator[] (DeclarationName Name)
 Returns the IdDeclInfo associated to the DeclarationName.
 

Detailed Description

IdDeclInfoMap - Associates IdDeclInfos with declaration names.

Allocates 'pools' (vectors of IdDeclInfos) to avoid allocating each individual IdDeclInfo to heap.

Definition at line 36 of file IdentifierResolver.cpp.

Constructor & Destructor Documentation

◆ IdDeclInfoMap()

clang::IdentifierResolver::IdDeclInfoMap::IdDeclInfoMap ( )
default

◆ ~IdDeclInfoMap()

clang::IdentifierResolver::IdDeclInfoMap::~IdDeclInfoMap ( )
inline

Definition at line 55 of file IdentifierResolver.cpp.

References P.

Member Function Documentation

◆ operator[]()

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 407 of file IdentifierResolver.cpp.


The documentation for this class was generated from the following file: