Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h798 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned>> IncludedLocMap; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1914 auto InsertOp = IncludedLocMap.try_emplace(FID); in getDecomposedIncludedLoc()