Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h110 class ASTDiff {
112 ASTDiff(SyntaxTree &Src, SyntaxTree &Dst, const ComparisonOptions &Options);
113 ~ASTDiff();
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp58 class ASTDiff::Impl {
559 const ASTDiff::Impl &DiffImpl;
756 bool ASTDiff::Impl::identical(NodeId Id1, NodeId Id2) const { in identical()
781 void ASTDiff::Impl::addOptimalMapping(Mapping &M, NodeId Id1, in addOptimalMapping()
832 void ASTDiff::Impl::matchBottomUp(Mapping &M) const { in matchBottomUp()
857 Mapping ASTDiff::Impl::matchTopDown() const { in matchTopDown()
902 ASTDiff::Impl::Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2, in Impl()
909 void ASTDiff::Impl::computeMapping() { in computeMapping()
916 void ASTDiff::Impl::computeChangeKinds(Mapping &M) { in computeChangeKinds()
959 ASTDiff::ASTDiff(SyntaxTree &T1, SyntaxTree &T2, in ASTDiff() function in clang::diff::ASTDiff
[all …]
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist84 clang/lib/Tooling/ASTDiff/CMakeLists.txt