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

  /external/clang/include/clang/Basic/
IdentifierTable.h 452 IdentifierInfoLookup* ExternalLookup;
458 IdentifierInfoLookup* externalLookup = nullptr);
462 ExternalLookup = IILookup;
467 return ExternalLookup;
483 if (ExternalLookup) {
484 II = ExternalLookup->get(Name);
  /external/clang/include/clang/Lex/
HeaderSearch.h 234 ExternalPreprocessorSource *ExternalLookup;
335 ExternalLookup = EPS;
339 return ExternalLookup;
  /external/clang/lib/Basic/
IdentifierTable.cpp 76 IdentifierInfoLookup* externalLookup)
78 ExternalLookup(externalLookup) {
  /external/clang/lib/Lex/
HeaderSearch.cpp 66 ExternalLookup = nullptr;
    [all...]

Completed in 194 milliseconds