HomeSort by relevance Sort by last modified time
    Searched refs:IdentifierInfoLookup (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Lex/
PTHManager.h 36 class PTHManager : public IdentifierInfoLookup {
Preprocessor.h 415 IdentifierInfoLookup *IILookup = 0,
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 375 /// IdentifierInfoLookup - An abstract class used by IdentifierTable that
378 class IdentifierInfoLookup {
380 virtual ~IdentifierInfoLookup();
425 IdentifierInfoLookup* ExternalLookup;
431 IdentifierInfoLookup* externalLookup = 0);
434 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) {
439 IdentifierInfoLookup *getExternalIdentifierLookup() const {
  /external/clang/lib/Basic/
IdentifierTable.cpp 55 IdentifierInfoLookup::~IdentifierInfoLookup() {}
67 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() {
74 IdentifierInfoLookup* externalLookup)
  /external/clang/lib/Lex/
Preprocessor.cpp 61 IdentifierInfoLookup *IILookup, bool OwnsHeaders,
  /external/clang/include/clang/Serialization/
ASTReader.h 237 public IdentifierInfoLookup,
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 89 milliseconds