Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h762 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned>> IncludedLocMap; variable
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp1959 auto InsertOp = IncludedLocMap.try_emplace(FID); in getDecomposedIncludedLoc()