Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h670 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned> > IncludedLocMap; variable
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h750 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned>> IncludedLocMap; variable
/external/clang/lib/Basic/
DSourceManager.cpp1970 InsertOp = IncludedLocMap.insert(std::make_pair(FID, DecompTy())); in getDecomposedIncludedLoc()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp1899 auto InsertOp = IncludedLocMap.try_emplace(FID); in getDecomposedIncludedLoc()