Lines Matching refs:CacheLookup
829 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
834 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
836 i = CacheLookup.HitIdx; in LookupFile()
837 if (CacheLookup.MappedName) { in LookupFile()
838 Filename = CacheLookup.MappedName; in LookupFile()
846 CacheLookup.reset(/*StartIdx=*/i+1); in LookupFile()
860 CacheLookup.MappedName = in LookupFile()
913 CacheLookup.HitIdx = i; in LookupFile()
941 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
942 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
955 CacheLookup.HitIdx = SearchDirs.size(); in LookupFile()
998 auto &CacheLookup = in LookupSubframeworkHeader() local
1003 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
1004 CacheLookup.first().size() == FrameworkName.size() && in LookupSubframeworkHeader()
1005 memcmp(CacheLookup.first().data(), &FrameworkName[0], in LookupSubframeworkHeader()
1006 CacheLookup.first().size()) != 0) in LookupSubframeworkHeader()
1010 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
1019 CacheLookup.second.Directory = Dir; in LookupSubframeworkHeader()