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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  508     return Tree.getNode(getIdInRoot(Id));
  516     return Tree.PostorderIds[getIdInRoot(SNodeId(1))];
  519     return Tree.getNodeValue(getIdInRoot(Id));
  531       assert(I == Tree.PostorderIds[getIdInRoot(SI)] - getPostorderOffset() &&
  617             NodeId Id1 = S1.getIdInRoot(Row);
  618             NodeId Id2 = S2.getIdInRoot(Col);
  645     if (!DiffImpl.isMatchingPossible(S1.getIdInRoot(Id1), S2.getIdInRoot(Id2)))
  645     if (!DiffImpl.isMatchingPossible(S1.getIdInRoot(Id1), S2.getIdInRoot(Id2)))