Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp698 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile()
727 copyString(Filename, LookupFileCache.getAllocator()); in LookupFile()
798 LookupFileCacheInfo &CacheLookup = LookupFileCache[Filename]; in LookupFile()
799 CacheLookup.HitIdx = LookupFileCache[ScratchFilename].HitIdx; in LookupFile()
1059 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h212 llvm::StringMap<LookupFileCacheInfo, llvm::BumpPtrAllocator> LookupFileCache; variable