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 422 IdentifierInfoLookup* ExternalLookup;
428 IdentifierInfoLookup* externalLookup = nullptr);
432 ExternalLookup = IILookup;
437 return ExternalLookup;
454 if (ExternalLookup) {
455 II = ExternalLookup->get(Name);
  /external/clang/include/clang/Lex/
HeaderSearch.h 241 ExternalIdentifierLookup *ExternalLookup;
344 ExternalLookup = EIL;
348 return ExternalLookup;

Completed in 80 milliseconds