Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h801 using InBeforeInTUCache = variable
805 mutable InBeforeInTUCache IBTUCache;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1972 InBeforeInTUCache::iterator I = IBTUCache.find(Key); in getInBeforeInTUCache()