Searched refs:ASTDiff (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 110 class ASTDiff { 112 ASTDiff(SyntaxTree &Src, SyntaxTree &Dst, const ComparisonOptions &Options); 113 ~ASTDiff();
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Tooling/ASTDiff/ |
| H A D | BUILD.gn | 1 static_library("ASTDiff") { 10 sources = [ "ASTDiff.cpp" ]
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 58 class ASTDiff::Impl { 559 const ASTDiff::Impl &DiffImpl; 565 ZhangShashaMatcher(const ASTDiff::Impl &DiffImpl, const SyntaxTree::Impl &T1, in ZhangShashaMatcher() 756 bool ASTDiff::Impl::identical(NodeId Id1, NodeId Id2) const { in identical() 769 bool ASTDiff::Impl::isMatchingPossible(NodeId Id1, NodeId Id2) const { in isMatchingPossible() 773 bool ASTDiff::Impl::haveSameParents(const Mapping &M, NodeId Id1, in haveSameParents() 781 void ASTDiff::Impl::addOptimalMapping(Mapping &M, NodeId Id1, in addOptimalMapping() 796 double ASTDiff::Impl::getJaccardSimilarity(const Mapping &M, NodeId Id1, in getJaccardSimilarity() 815 NodeId ASTDiff::Impl::findCandidate(const Mapping &M, NodeId Id1) const { in findCandidate() 832 void ASTDiff::Impl::matchBottomUp(Mapping &M) const { in matchBottomUp() [all …]
|
| H A D | CMakeLists.txt | 6 ASTDiff.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/clang-diff/ |
| H A D | BUILD.gn | 7 "//clang/lib/Tooling/ASTDiff",
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | CMakeLists.txt | 11 add_subdirectory(ASTDiff)
|
| /openbsd-src/gnu/llvm/clang/tools/clang-diff/ |
| H A D | ClangDiff.cpp | 266 static unsigned printHtmlForNode(raw_ostream &OS, const diff::ASTDiff &Diff, in printHtmlForNode()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 342 * - clang/include/clang/Tooling/ASTDiff 647 * - clang/lib/Tooling/ASTDiff
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 258 clang/include/clang/Tooling/ASTDiff/ASTDiff.h 259 clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h
|