Home
last modified time | relevance | path

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

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