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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp229 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedIncludedLoc(ID);
265 SrcMgr.getDecomposedIncludedLoc(ID);
H A DSourceManager.cpp1865 SourceManager::getDecomposedIncludedLoc(FileID FID) const { function in class:SourceManager
1899 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h717 /// Used to cache results from and speed-up \c getDecomposedIncludedLoc
1286 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;

Completed in 204 milliseconds