Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnostic.cpp244 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedIncludedLoc(ID); in getFile()
281 SrcMgr.getDecomposedIncludedLoc(ID); in dump()
H A DSourceManager.cpp1952 SourceManager::getDecomposedIncludedLoc(FileID FID) const { in getDecomposedIncludedLoc() function in SourceManager
1986 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1291 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;