Home
last modified time | relevance | path

Searched refs:ScratchFilename (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp925 SmallString<128> ScratchFilename; in LookupFile() local
926 ScratchFilename += IncludingHFI.Framework; in LookupFile()
927 ScratchFilename += '/'; in LookupFile()
928 ScratchFilename += Filename; in LookupFile()
931 LookupFile(ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, in LookupFile()
942 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()