Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h669 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned> > IncludedLocMap; variable
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1955 InsertOp = IncludedLocMap.insert(std::make_pair(FID, DecompTy())); in getDecomposedIncludedLoc()