Lines Matching refs:CacheLookup
706 void HeaderSearch::cacheLookupSuccess(LookupFileCacheInfo &CacheLookup, in cacheLookupSuccess() argument
709 CacheLookup.HitIt = HitIt; in cacheLookupSuccess()
980 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
987 if (!SkipCache && CacheLookup.StartIt == NextIt) { in LookupFile()
989 if (CacheLookup.HitIt) in LookupFile()
990 It = CacheLookup.HitIt; in LookupFile()
991 if (CacheLookup.MappedName) { in LookupFile()
992 Filename = CacheLookup.MappedName; in LookupFile()
1000 CacheLookup.reset(/*NewStartIt=*/NextIt); in LookupFile()
1016 CacheLookup.MappedName = in LookupFile()
1028 *IsFrameworkFound |= (IsFrameworkFoundInDir && !CacheLookup.MappedName); in LookupFile()
1088 cacheLookupSuccess(CacheLookup, It, IncludeLoc); in LookupFile()
1133 CacheLookup.HitIt = search_dir_end(); in LookupFile()
1174 auto &CacheLookup = in LookupSubframeworkHeader() local
1179 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
1180 CacheLookup.first().size() == FrameworkName.size() && in LookupSubframeworkHeader()
1181 memcmp(CacheLookup.first().data(), &FrameworkName[0], in LookupSubframeworkHeader()
1182 CacheLookup.first().size()) != 0) in LookupSubframeworkHeader()
1186 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
1196 CacheLookup.second.Directory = Dir; in LookupSubframeworkHeader()