Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp801 SmallString<128> ScratchFilename; in LookupFile() local
802 ScratchFilename += IncludingHFI.Framework; in LookupFile()
803 ScratchFilename += '/'; in LookupFile()
804 ScratchFilename += Filename; in LookupFile()
807 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir, in LookupFile()
817 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()