Lines Matching refs:CacheLookup
894 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
1021 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
1035 CacheLookup.HitIdx = SearchDirs.size(); in LookupFile()
1076 auto &CacheLookup = in LookupSubframeworkHeader() local
1081 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
1082 CacheLookup.first().size() == FrameworkName.size() && in LookupSubframeworkHeader()
1083 memcmp(CacheLookup.first().data(), &FrameworkName[0], in LookupSubframeworkHeader()
1084 CacheLookup.first().size()) != 0) in LookupSubframeworkHeader()
1088 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
1098 CacheLookup.second.Directory = *Dir; in LookupSubframeworkHeader()