HomeSort by relevance Sort by last modified time
    Searched defs:ExternalLookup (Results 1 - 2 of 2) 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;

Completed in 139 milliseconds