Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h51 class ASTDiff {
53 ASTDiff(SyntaxTree &Src, SyntaxTree &Dst, const ComparisonOptions &Options);
54 ~ASTDiff();
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp57 class ASTDiff::Impl {
560 const ASTDiff::Impl &DiffImpl;
757 bool ASTDiff::Impl::identical(NodeId Id1, NodeId Id2) const { in identical()
782 void ASTDiff::Impl::addOptimalMapping(Mapping &M, NodeId Id1, in addOptimalMapping()
833 void ASTDiff::Impl::matchBottomUp(Mapping &M) const { in matchBottomUp()
858 Mapping ASTDiff::Impl::matchTopDown() const { in matchTopDown()
903 ASTDiff::Impl::Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2, in Impl()
910 void ASTDiff::Impl::computeMapping() { in computeMapping()
917 void ASTDiff::Impl::computeChangeKinds(Mapping &M) { in computeChangeKinds()
960 ASTDiff::ASTDiff(SyntaxTree &T1, SyntaxTree &T2, in ASTDiff() function in clang::diff::ASTDiff
[all …]
/freebsd-13.1/contrib/llvm-project/
H A DFREEBSD-Xlist75 clang/lib/Tooling/ASTDiff/CMakeLists.txt