Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp894 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile()
928 copyString(MappedName, LookupFileCache.getAllocator()); in LookupFile()
1020 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile()
1021 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
1356 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h229 llvm::StringMap<LookupFileCacheInfo, llvm::BumpPtrAllocator> LookupFileCache; variable