HomeSort by: relevance | last modified time | path
    Searched defs:ExternalLookup (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h 502 IdentifierInfoLookup* ExternalLookup;
506 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr);
511 IdentifierInfoLookup *ExternalLookup = nullptr);
515 ExternalLookup = IILookup;
520 return ExternalLookup;
536 if (ExternalLookup) {
537 II = ExternalLookup->get(Name);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h 251 ExternalPreprocessorSource *ExternalLookup = nullptr;
350 ExternalLookup = EPS;
354 return ExternalLookup;

Completed in 45 milliseconds