Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp2004 if (IBTUCache.size() < MagicCacheSize) in getInBeforeInTUCache()
2005 return IBTUCache[Key]; in getInBeforeInTUCache()
2008 InBeforeInTUCache::iterator I = IBTUCache.find(Key); in getInBeforeInTUCache()
2009 if (I != IBTUCache.end()) in getInBeforeInTUCache()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h666 mutable InBeforeInTUCache IBTUCache; variable