Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DIdentifierTable.h569 IdentifierInfoLookup* ExternalLookup; variable
573 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr);
578 IdentifierInfoLookup *ExternalLookup = nullptr);
582 ExternalLookup = IILookup; in setExternalIdentifierLookup()
587 return ExternalLookup; in getExternalIdentifierLookup()
603 if (ExternalLookup) { in get()
604 II = ExternalLookup->get(Name); in get()
/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp66 IdentifierTable::IdentifierTable(IdentifierInfoLookup *ExternalLookup) in IdentifierTable() argument
68 ExternalLookup(ExternalLookup) {} in IdentifierTable()
71 IdentifierInfoLookup *ExternalLookup) in IdentifierTable() argument
72 : IdentifierTable(ExternalLookup) { in IdentifierTable()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearch.h328 ExternalPreprocessorSource *ExternalLookup = nullptr; variable
419 ExternalLookup = EPS; in SetExternalLookup()
423 return ExternalLookup; in getExternalLookup()
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp1411 FileInfo.getControllingMacro(ExternalLookup)) in ShouldEnterIncludeFile()
1435 = FileInfo.getControllingMacro(ExternalLookup)) { in ShouldEnterIncludeFile()