Searched defs:IdentifierInfoLookup (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
H A DIdentifierTable.h374 class IdentifierInfoLookup { class in namespace:clang
376 virtual ~IdentifierInfoLookup();
422 IdentifierInfoLookup* ExternalLookup;
428 IdentifierInfoLookup* externalLookup = nullptr);
431 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) {
436 IdentifierInfoLookup *getExternalIdentifierLookup() const {
/external/clang/lib/Basic/
H A DIdentifierTable.cpp57 IdentifierInfoLookup::~IdentifierInfoLookup() {}
69 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() {
76 IdentifierInfoLookup* externalLookup)

Completed in 83 milliseconds