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

Declarations

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
   80   bool identical(NodeId Id1, NodeId Id2) const;

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  766     if (!identical(N1.Children[Id], N2.Children[Id]))
  886         if (identical(Id1, Id2) && !M.hasSrc(Id1) && !M.hasDst(Id2)) {