Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h78 std::pair<unsigned, unsigned> getSourceRangeOffsets(const Node &N) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp993 SyntaxTree::getSourceRangeOffsets(const Node &N) const { in getSourceRangeOffsets() function in clang::diff::SyntaxTree