Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h747 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned>> IncludedLocMap; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1953 auto InsertOp = IncludedLocMap.try_emplace(FID); in getDecomposedIncludedLoc()