Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp229 FileIDAndOffset Decomp = SrcMgr.getDecomposedIncludedLoc(ID); in getFile()
266 FileIDAndOffset Decomp = SrcMgr.getDecomposedIncludedLoc(ID); in dump()
H A DSourceManager.cpp1908 FileIDAndOffset SourceManager::getDecomposedIncludedLoc(FileID FID) const { in getDecomposedIncludedLoc() function in SourceManager
1982 FileIDAndOffset UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpTranslationUnitIncludeHierarchy()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1319 FileIDAndOffset getDecomposedIncludedLoc(FileID FID) const;