clang 20.0.0git
|
#include "clang/Tooling/ASTDiff/ASTDiff.h"
Classes | |
class | Impl |
Public Member Functions | |
ASTDiff (SyntaxTree &Src, SyntaxTree &Dst, const ComparisonOptions &Options) | |
~ASTDiff () | |
NodeId | getMapped (const SyntaxTree &SourceTree, NodeId Id) const |
clang::diff::ASTDiff::ASTDiff | ( | SyntaxTree & | Src, |
SyntaxTree & | Dst, | ||
const ComparisonOptions & | Options | ||
) |
Definition at line 959 of file ASTDiff.cpp.
|
default |
NodeId clang::diff::ASTDiff::getMapped | ( | const SyntaxTree & | SourceTree, |
NodeId | Id | ||
) | const |
Definition at line 965 of file ASTDiff.cpp.
References clang::diff::ASTDiff::Impl::getMapped(), Id, and clang::diff::SyntaxTree::TreeImpl.