Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp241 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedIncludedLoc(ID); in getFile()
278 SrcMgr.getDecomposedIncludedLoc(ID); in dump()
H A DSourceManager.cpp1946 SourceManager::getDecomposedIncludedLoc(FileID FID) const { in getDecomposedIncludedLoc() function in SourceManager
1980 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h1278 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;