Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp901 i = CacheLookup.HitIdx; in LookupFile()
902 if (CacheLookup.MappedName) { in LookupFile()
903 Filename = CacheLookup.MappedName; in LookupFile()
911 CacheLookup.reset(/*StartIdx=*/i+1); in LookupFile()
927 CacheLookup.MappedName = in LookupFile()
990 CacheLookup.HitIdx = i; in LookupFile()
1035 CacheLookup.HitIdx = SearchDirs.size(); in LookupFile()
1076 auto &CacheLookup = in LookupSubframeworkHeader() local
1081 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
1088 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
[all …]