Searched refs:IncludedLocMap (Results 1 – 4 of 4) sorted by relevance
670 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned> > IncludedLocMap; variable
750 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned>> IncludedLocMap; variable
1970 InsertOp = IncludedLocMap.insert(std::make_pair(FID, DecompTy())); in getDecomposedIncludedLoc()
1899 auto InsertOp = IncludedLocMap.try_emplace(FID); in getDecomposedIncludedLoc()