Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnostic.cpp230 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedIncludedLoc(ID); in getFile()
266 SrcMgr.getDecomposedIncludedLoc(ID); in dump()
H A DSourceManager.cpp1917 SourceManager::getDecomposedIncludedLoc(FileID FID) const { in getDecomposedIncludedLoc() function in SourceManager
1951 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1244 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;