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 412 IdentifierInfoLookup *IILookup = 0,
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 377 /// IdentifierInfoLookup - An abstract class used by IdentifierTable that
380 class IdentifierInfoLookup {
382 virtual ~IdentifierInfoLookup();
427 IdentifierInfoLookup* ExternalLookup;
433 IdentifierInfoLookup* externalLookup = 0);
436 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) {
441 IdentifierInfoLookup *getExternalIdentifierLookup() const {
  /external/clang/lib/Basic/
IdentifierTable.cpp 56 IdentifierInfoLookup::~IdentifierInfoLookup() {}
68 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() const {
75 IdentifierInfoLookup* externalLookup)
  /external/clang/lib/Lex/
Preprocessor.cpp 63 IdentifierInfoLookup *IILookup, bool OwnsHeaders,
  /external/clang/include/clang/Serialization/
ASTReader.h 224 public IdentifierInfoLookup,
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 570 milliseconds