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 437 IdentifierInfoLookup* ExternalLookup;
443 IdentifierInfoLookup* externalLookup = nullptr);
447 ExternalLookup = IILookup;
452 return ExternalLookup;
468 if (ExternalLookup) {
469 II = ExternalLookup->get(Name);
  /external/clang/include/clang/Lex/
HeaderSearch.h 234 ExternalPreprocessorSource *ExternalLookup;
337 ExternalLookup = EPS;
341 return ExternalLookup;
  /external/clang/lib/Basic/
IdentifierTable.cpp 75 IdentifierInfoLookup* externalLookup)
77 ExternalLookup(externalLookup) {
  /external/clang/lib/Lex/
HeaderSearch.cpp 66 ExternalLookup = nullptr;
    [all...]

Completed in 4721 milliseconds