Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp894 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
899 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
901 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()
939 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
990 CacheLookup.HitIdx = i; in LookupFile()
1020 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
[all …]