Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h758 using InBeforeInTUCache = variable
762 mutable InBeforeInTUCache IBTUCache;
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp2003 InBeforeInTUCache::iterator I = IBTUCache.find(Key); in getInBeforeInTUCache()