Home
last modified time | relevance | path

Searched refs:ExternalLookup (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h420 IdentifierInfoLookup* ExternalLookup; variable
430 ExternalLookup = IILookup; in setExternalIdentifierLookup()
435 return ExternalLookup; in getExternalIdentifierLookup()
451 if (ExternalLookup) { in get()
452 II = ExternalLookup->get(Name); in get()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDHeaderSearch.h248 ExternalPreprocessorSource *ExternalLookup; variable
351 ExternalLookup = EPS; in SetExternalLookup()
355 return ExternalLookup; in getExternalLookup()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp66 ExternalLookup = nullptr; in HeaderSearch()
1064 = FileInfo.getControllingMacro(ExternalLookup)) { in ShouldEnterIncludeFile()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp77 ExternalLookup(externalLookup) { in IdentifierTable()