Lines Matching refs:CacheLookup
694 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
699 if (!SkipCache && CacheLookup.StartIdx == i+1) { in LookupFile()
701 i = CacheLookup.HitIdx; in LookupFile()
702 if (CacheLookup.MappedName) in LookupFile()
703 Filename = CacheLookup.MappedName; in LookupFile()
708 CacheLookup.reset(/*StartIdx=*/i+1); in LookupFile()
722 CacheLookup.MappedName = in LookupFile()
767 CacheLookup.HitIdx = i; in LookupFile()
795 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile() local
796 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
809 CacheLookup.HitIdx = SearchDirs.size(); in LookupFile()
850 auto &CacheLookup = in LookupSubframeworkHeader() local
855 if (CacheLookup.second.Directory && in LookupSubframeworkHeader()
856 CacheLookup.first().size() == FrameworkName.size() && in LookupSubframeworkHeader()
857 memcmp(CacheLookup.first().data(), &FrameworkName[0], in LookupSubframeworkHeader()
858 CacheLookup.first().size()) != 0) in LookupSubframeworkHeader()
862 if (!CacheLookup.second.Directory) { in LookupSubframeworkHeader()
871 CacheLookup.second.Directory = Dir; in LookupSubframeworkHeader()