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 430 IdentifierInfoLookup* ExternalLookup;
436 IdentifierInfoLookup* externalLookup = nullptr);
440 ExternalLookup = IILookup;
445 return ExternalLookup;
461 if (ExternalLookup) {
462 II = ExternalLookup->get(Name);
  /external/clang/include/clang/Lex/
HeaderSearch.h 245 ExternalIdentifierLookup *ExternalLookup;
348 ExternalLookup = EIL;
352 return ExternalLookup;

Completed in 474 milliseconds