Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp341 IncludedLocMap.clear(); in clearIDTables()
1915 auto InsertOp = IncludedLocMap.try_emplace(FID); in getDecomposedIncludedLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h802 mutable llvm::DenseMap<FileID, FileIDAndOffset> IncludedLocMap; variable