Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp836 i = CacheLookup.HitIdx; in LookupFile()
837 if (CacheLookup.MappedName) { in LookupFile()
838 Filename = CacheLookup.MappedName; in LookupFile()
846 CacheLookup.reset(/*StartIdx=*/i+1); in LookupFile()
860 CacheLookup.MappedName = in LookupFile()
913 CacheLookup.HitIdx = i; in LookupFile()
955 CacheLookup.HitIdx = SearchDirs.size(); in LookupFile()
998 auto &CacheLookup = in LookupSubframeworkHeader() local
1003 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
1010 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
[all …]