Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h673 typedef std::pair<FileID, FileID> IsBeforeInTUCacheKey; typedef
677 typedef llvm::DenseMap<IsBeforeInTUCacheKey, InBeforeInTUCacheEntry>
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h753 using IsBeforeInTUCacheKey = std::pair<FileID, FileID>; variable
758 llvm::DenseMap<IsBeforeInTUCacheKey, InBeforeInTUCacheEntry>;
/external/clang/lib/Basic/
DSourceManager.cpp2013 IsBeforeInTUCacheKey Key(LFID, RFID); in getInBeforeInTUCache()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1942 IsBeforeInTUCacheKey Key(LFID, RFID); in getInBeforeInTUCache()