reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  559   const ASTDiff::Impl &DiffImpl;
  565   ZhangShashaMatcher(const ASTDiff::Impl &DiffImpl, const SyntaxTree::Impl &T1,
tools/clang/tools/clang-diff/ClangDiff.cpp
  266 static unsigned printHtmlForNode(raw_ostream &OS, const diff::ASTDiff &Diff,
  410 static void printDstChange(raw_ostream &OS, diff::ASTDiff &Diff,
  501   diff::ASTDiff Diff(SrcTree, DstTree, Options);