Searched refs:ASTDiff (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 109 class ASTDiff { 111 ASTDiff(SyntaxTree &Src, SyntaxTree &Dst, const ComparisonOptions &Options); 112 ~ASTDiff();
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Tooling/ASTDiff/ |
| H A D | BUILD.gn | 1 static_library("ASTDiff") { 10 sources = [ "ASTDiff.cpp" ]
|
| /llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 57 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 …]
|
| H A D | CMakeLists.txt | 6 ASTDiff.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/clang-diff/ |
| H A D | BUILD.gn | 7 "//clang/lib/Tooling/ASTDiff",
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | CMakeLists.txt | 10 add_subdirectory(ASTDiff)
|
| /llvm-project-15.0.7/clang/tools/clang-diff/ |
| H A D | ClangDiff.cpp | 266 static unsigned printHtmlForNode(raw_ostream &OS, const diff::ASTDiff &Diff, in printHtmlForNode()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/clang/ |
| H A D | BUILD.bazel | 1162 srcs = glob(["lib/Tooling/ASTDiff/*.cpp"]), 1163 hdrs = glob(["include/clang/Tooling/ASTDiff/*.h"]),
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 342 * - clang/include/clang/Tooling/ASTDiff 647 * - clang/lib/Tooling/ASTDiff
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 260 clang/include/clang/Tooling/ASTDiff/ASTDiff.h 261 clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
|