Home
last modified time | relevance | path

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

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