Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h77 std::pair<unsigned, unsigned> getSourceRangeOffsets(const Node &N) const;
/llvm-project-15.0.7/clang/tools/clang-diff/
H A DClangDiff.cpp285 std::tie(Begin, End) = Tree.getSourceRangeOffsets(Node); in printHtmlForNode()
/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp994 SyntaxTree::getSourceRangeOffsets(const Node &N) const { in getSourceRangeOffsets() function in clang::diff::SyntaxTree