clang API Documentation

Public Member Functions
clang::ExternalIdentifierLookup Class Reference

An abstract class used to resolve numerical identifier references (meaningful only to some external source) into IdentifierInfo pointers. More...

#include <IdentifierTable.h>

Inheritance diagram for clang::ExternalIdentifierLookup:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~ExternalIdentifierLookup ()
virtual IdentifierInfoGetIdentifier (unsigned ID)=0
 Return the identifier associated with the given ID number.

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 73 of file IdentifierTable.cpp.


Member Function Documentation

Return the identifier associated with the given ID number.

The ID 0 is associated with the NULL identifier.

Referenced by clang::HeaderFileInfo::getControllingMacro().


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