Searched refs:ScratchFilename (Results 1 – 2 of 2) sorted by relevance
779 SmallString<128> ScratchFilename; in LookupFile() local780 ScratchFilename += IncludingHFI.Framework; in LookupFile()781 ScratchFilename += '/'; in LookupFile()782 ScratchFilename += Filename; in LookupFile()785 LookupFile(ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, in LookupFile()796 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
1002 SmallString<128> ScratchFilename; in LookupFile() local1003 ScratchFilename += IncludingHFI.Framework; in LookupFile()1004 ScratchFilename += '/'; in LookupFile()1005 ScratchFilename += Filename; in LookupFile()1008 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir, in LookupFile()1021 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()