Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h801 using IsBeforeInTUCacheKey = std::pair<FileID, FileID>; variable
806 llvm::DenseMap<IsBeforeInTUCacheKey, InBeforeInTUCacheEntry>;
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2001 IsBeforeInTUCacheKey Key(LFID, RFID); in getInBeforeInTUCache()