Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h708 using IsBeforeInTUCacheKey = std::pair<FileID, FileID>; variable
713 llvm::DenseMap<IsBeforeInTUCacheKey, InBeforeInTUCacheEntry>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1967 IsBeforeInTUCacheKey Key(LFID, RFID); in getInBeforeInTUCache()