Searched refs:IdentifierInfoLookup (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Lex/
H A DPTHManager.h36 class PTHManager : public IdentifierInfoLookup {
H A DPreprocessor.h352 IdentifierInfoLookup *IILookup = 0,
/external/clang/include/clang/Basic/
H A DIdentifierTable.h364 /// IdentifierInfoLookup - An abstract class used by IdentifierTable that
367 class IdentifierInfoLookup { class in namespace:clang
369 virtual ~IdentifierInfoLookup();
413 IdentifierInfoLookup* ExternalLookup;
419 IdentifierInfoLookup* externalLookup = 0);
422 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) {
427 IdentifierInfoLookup *getExternalIdentifierLookup() const {
/external/clang/lib/Basic/
H A DIdentifierTable.cpp55 IdentifierInfoLookup::~IdentifierInfoLookup() {}
67 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() const {
74 IdentifierInfoLookup* externalLookup)
/external/clang/lib/Lex/
H A DPreprocessor.cpp55 IdentifierInfoLookup* IILookup,
/external/clang/include/clang/Serialization/
H A DASTReader.h197 public IdentifierInfoLookup,
/external/clang/lib/Sema/
H A DSemaLookup.cpp3809 if (IdentifierInfoLookup *External

Completed in 135 milliseconds