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 460 IdentifierInfoLookup *IILookup = nullptr,
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 374 class IdentifierInfoLookup {
376 virtual ~IdentifierInfoLookup();
422 IdentifierInfoLookup* ExternalLookup;
428 IdentifierInfoLookup* externalLookup = nullptr);
431 void setExternalIdentifierLookup(IdentifierInfoLookup *IILookup) {
436 IdentifierInfoLookup *getExternalIdentifierLookup() const {
  /external/clang/lib/Basic/
IdentifierTable.cpp 57 IdentifierInfoLookup::~IdentifierInfoLookup() {}
69 IdentifierIterator *IdentifierInfoLookup::getIdentifiers() {
76 IdentifierInfoLookup* externalLookup)
  /external/clang/lib/Lex/
Preprocessor.cpp 61 IdentifierInfoLookup *IILookup, bool OwnsHeaders,
  /external/clang/include/clang/Serialization/
ASTReader.h 287 public IdentifierInfoLookup,
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 167 milliseconds