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

/external/clang/include/clang/Basic/
H A DSourceManager.h669 mutable llvm::DenseMap<FileID, std::pair<FileID, unsigned> > IncludedLocMap; member in class:clang::SourceManager
/external/clang/lib/Basic/
H A DSourceManager.cpp1959 // Uses IncludedLocMap to retrieve/cache the decomposed loc.
1964 InsertOp = IncludedLocMap.insert(std::make_pair(FID, DecompTy()));

Completed in 263 milliseconds