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 334 IdentifierInfoLookup *IILookup = 0,
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 322 /// IdentifierInfoLookup - An abstract class used by IdentifierTable that
325 class IdentifierInfoLookup {
327 virtual ~IdentifierInfoLookup();
371 IdentifierInfoLookup* ExternalLookup;
377 IdentifierInfoLookup* externalLookup = 0);
380 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) {
385 IdentifierInfoLookup *getExternalIdentifierLookup() const {
  /external/clang/lib/Basic/
IdentifierTable.cpp 51 IdentifierInfoLookup::~IdentifierInfoLookup() {}
63 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() const {
70 IdentifierInfoLookup* externalLookup)
  /external/clang/lib/Lex/
Preprocessor.cpp 55 IdentifierInfoLookup* IILookup,
  /external/clang/include/clang/Serialization/
ASTReader.h 192 public IdentifierInfoLookup,
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 110 milliseconds