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

/external/clang/lib/Basic/
H A DSourceManager.cpp2013 if (IBTUCache.size() < MagicCacheSize)
2014 return IBTUCache[Key];
2017 InBeforeInTUCache::iterator I = IBTUCache.find(Key);
2018 if (I != IBTUCache.end())
/external/clang/include/clang/Basic/
H A DSourceManager.h680 mutable InBeforeInTUCache IBTUCache; member in class:clang::SourceManager

Completed in 813 milliseconds