Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h765 using IsBeforeInTUCacheKey = std::pair<FileID, FileID>; variable
770 llvm::DenseMap<IsBeforeInTUCacheKey, InBeforeInTUCacheEntry>;
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp2003 IsBeforeInTUCacheKey Key(LFID, RFID); in getInBeforeInTUCache()