|
clang 22.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 960 of file ASTDiff.cpp.
|
default |
| NodeId clang::diff::ASTDiff::getMapped | ( | const SyntaxTree & | SourceTree, |
| NodeId | Id ) const |
Definition at line 966 of file ASTDiff.cpp.
References clang::diff::SyntaxTree::TreeImpl.