Searched refs:getDecomposedIncludedLoc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp235 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedIncludedLoc(ID);
271 SrcMgr.getDecomposedIncludedLoc(ID);
H A DSourceManager.cpp1950 SourceManager::getDecomposedIncludedLoc(FileID FID) const { function in class:SourceManager
1984 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h719 /// Used to cache results from and speed-up \c getDecomposedIncludedLoc
1253 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;

Completed in 44 milliseconds