HomeSort by relevance Sort by last modified time
    Searched refs:ExternalLookup (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
HeaderSearch.h 168 ExternalIdentifierLookup *ExternalLookup;
215 ExternalLookup = EIL;
219 return ExternalLookup;
  /external/clang/include/clang/Basic/
IdentifierTable.h 371 IdentifierInfoLookup* ExternalLookup;
377 IdentifierInfoLookup* externalLookup = 0);
381 ExternalLookup = IILookup;
386 return ExternalLookup;
403 if (ExternalLookup) {
404 II = ExternalLookup->get(Name);
  /external/clang/lib/Lex/
HeaderSearch.cpp 45 ExternalLookup = 0;
667 = FileInfo.getControllingMacro(ExternalLookup))
  /external/clang/lib/Basic/
IdentifierTable.cpp 70 IdentifierInfoLookup* externalLookup)
72 ExternalLookup(externalLookup) {

Completed in 382 milliseconds