Home
last modified time | relevance | path

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

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