Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h501 IdentifierInfoLookup* ExternalLookup; variable
505 explicit IdentifierTable(IdentifierInfoLookup *ExternalLookup = nullptr);
510 IdentifierInfoLookup *ExternalLookup = nullptr);
514 ExternalLookup = IILookup; in setExternalIdentifierLookup()
519 return ExternalLookup; in getExternalIdentifierLookup()
535 if (ExternalLookup) { in get()
536 II = ExternalLookup->get(Name); in get()
/external/clang/include/clang/Basic/
DIdentifierTable.h452 IdentifierInfoLookup* ExternalLookup; variable
462 ExternalLookup = IILookup; in setExternalIdentifierLookup()
467 return ExternalLookup; in getExternalIdentifierLookup()
483 if (ExternalLookup) { in get()
484 II = ExternalLookup->get(Name); in get()
/external/llvm-project/clang/lib/Basic/
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()
/external/clang/include/clang/Lex/
DHeaderSearch.h234 ExternalPreprocessorSource *ExternalLookup; variable
335 ExternalLookup = EPS; in SetExternalLookup()
339 return ExternalLookup; in getExternalLookup()
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearch.h251 ExternalPreprocessorSource *ExternalLookup = nullptr; variable
350 ExternalLookup = EPS; in SetExternalLookup()
354 return ExternalLookup; in getExternalLookup()
/external/clang/lib/Basic/
DIdentifierTable.cpp78 ExternalLookup(externalLookup) { in IdentifierTable()
/external/clang/lib/Lex/
DHeaderSearch.cpp66 ExternalLookup = nullptr; in HeaderSearch()
1065 = FileInfo.getControllingMacro(ExternalLookup)) { in ShouldEnterIncludeFile()
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp1311 FileInfo.getControllingMacro(ExternalLookup)) in ShouldEnterIncludeFile()
1335 = FileInfo.getControllingMacro(ExternalLookup)) { in ShouldEnterIncludeFile()