Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h754 using IsBeforeInTUCacheKey = std::pair<FileID, FileID>; variable
759 llvm::DenseMap<IsBeforeInTUCacheKey, InBeforeInTUCacheEntry>;
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp1993 IsBeforeInTUCacheKey Key(LFID, RFID); in getInBeforeInTUCache()