Lines Matching refs:CacheLookup
728 void HeaderSearch::cacheLookupSuccess(LookupFileCacheInfo &CacheLookup, in cacheLookupSuccess() argument
731 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()
1003 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
1008 if (CacheLookup.StartIt == NextIt) { in LookupFile()
1010 if (CacheLookup.HitIt) in LookupFile()
1011 It = CacheLookup.HitIt; in LookupFile()
1012 if (CacheLookup.MappedName) { in LookupFile()
1013 Filename = CacheLookup.MappedName; in LookupFile()
1021 CacheLookup.reset(/*NewStartIt=*/NextIt); in LookupFile()
1037 CacheLookup.reset(/*NewStartIt=*/NextIt); in LookupFile()
1052 CacheLookup.MappedName = in LookupFile()
1064 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
1124 cacheLookupSuccess(CacheLookup, It, IncludeLoc); in LookupFile()
1169 CacheLookup.HitIt = search_dir_end(); in LookupFile()
1210 auto &CacheLookup = in LookupSubframeworkHeader() local
1215 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
1216 CacheLookup.first().size() == FrameworkName.size() && in LookupSubframeworkHeader()
1217 memcmp(CacheLookup.first().data(), &FrameworkName[0], in LookupSubframeworkHeader()
1218 CacheLookup.first().size()) != 0) in LookupSubframeworkHeader()
1222 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
1232 CacheLookup.second.Directory = Dir; in LookupSubframeworkHeader()