clang 22.0.0git
clang::diff::ASTDiff Class Reference

#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

Detailed Description

Definition at line 110 of file ASTDiff.h.

Constructor & Destructor Documentation

◆ ASTDiff()

clang::diff::ASTDiff::ASTDiff ( SyntaxTree & Src,
SyntaxTree & Dst,
const ComparisonOptions & Options )

Definition at line 960 of file ASTDiff.cpp.

◆ ~ASTDiff()

clang::diff::ASTDiff::~ASTDiff ( )
default

Member Function Documentation

◆ getMapped()

NodeId clang::diff::ASTDiff::getMapped ( const SyntaxTree & SourceTree,
NodeId Id ) const

Definition at line 966 of file ASTDiff.cpp.

References clang::diff::SyntaxTree::TreeImpl.


The documentation for this class was generated from the following files: