Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp241 std::pair<FileID, unsigned> Decomp = SrcMgr.getDecomposedIncludedLoc(ID); in getFile()
278 SrcMgr.getDecomposedIncludedLoc(ID); in dump()
DSourceManager.cpp1892 SourceManager::getDecomposedIncludedLoc(FileID FID) const { in getDecomposedIncludedLoc() function in SourceManager
1926 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy()
/external/clang/lib/Basic/
DSourceManager.cpp1961 SourceManager::getDecomposedIncludedLoc(FileID FID) const { in getDecomposedIncludedLoc() function in SourceManager
1997 std::pair<FileID, unsigned> UpperLoc = SM.getDecomposedIncludedLoc(Loc.first); in MoveUpIncludeHierarchy()
/external/clang/include/clang/Basic/
DSourceManager.h1162 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;
/external/llvm-project/clang/include/clang/Basic/
DSourceManager.h1270 std::pair<FileID, unsigned> getDecomposedIncludedLoc(FileID FID) const;