Searched refs:SyntaxTree (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 60 SyntaxTree::Impl &T1, &T2; 63 Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2, 72 NodeId getMapped(const std::unique_ptr<SyntaxTree::Impl> &Tree, in getMapped() 113 class SyntaxTree::Impl { 115 Impl(SyntaxTree *Parent, ASTContext &AST); 117 Impl(SyntaxTree *Parent, Decl *N, ASTContext &AST); 118 Impl(SyntaxTree *Parent, Stmt *N, ASTContext &AST); 120 Impl(SyntaxTree *Parent, in Impl() 124 Impl(SyntaxTree *Parent, in Impl() 128 SyntaxTree *Parent; [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 54 class SyntaxTree { 57 SyntaxTree(ASTContext &AST); 60 SyntaxTree(T *Node, ASTContext &AST) in SyntaxTree() function 62 SyntaxTree(SyntaxTree &&Other) = default; 63 ~SyntaxTree(); 112 ASTDiff(SyntaxTree &Src, SyntaxTree &Dst, const ComparisonOptions &Options); 116 NodeId getMapped(const SyntaxTree &SourceTree, NodeId Id) const;
|