clang API Documentation
An abstract class used to resolve numerical identifier references (meaningful only to some external source) into IdentifierInfo pointers. More...
#include <IdentifierTable.h>

Public Member Functions | |
| virtual | ~ExternalIdentifierLookup () |
| virtual IdentifierInfo * | GetIdentifier (unsigned ID)=0 |
| Return the identifier associated with the given ID number. | |
An abstract class used to resolve numerical identifier references (meaningful only to some external source) into IdentifierInfo pointers.
Definition at line 401 of file IdentifierTable.h.
| ExternalIdentifierLookup::~ExternalIdentifierLookup | ( | ) | [virtual] |
Definition at line 73 of file IdentifierTable.cpp.
| virtual IdentifierInfo* clang::ExternalIdentifierLookup::GetIdentifier | ( | unsigned | ID | ) | [pure virtual] |
Return the identifier associated with the given ID number.
The ID 0 is associated with the NULL identifier.
Referenced by clang::HeaderFileInfo::getControllingMacro().