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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  569         size_t(S1.getSize()) + 1);
  571         size_t(S1.getSize()) + 1);
  572     for (int I = 0, E = S1.getSize() + 1; I < E; ++I) {
  586     TreePairs.emplace_back(SNodeId(S1.getSize()), SNodeId(S2.getSize()));
  599       FirstRow = S1.getLeftMostDescendant(LastRow);
  613           SNodeId LMD1 = S1.getLeftMostDescendant(Row);
  615           if (LMD1 == S1.getLeftMostDescendant(LastRow) &&
  617             NodeId Id1 = S1.getIdInRoot(Row);
  645     if (!DiffImpl.isMatchingPossible(S1.getIdInRoot(Id1), S2.getIdInRoot(Id2)))
  647     return S1.getNodeValue(Id1) != S2.getNodeValue(Id2);
  651     for (SNodeId Id1 : S1.KeyRoots)
  658     SNodeId LMD1 = S1.getLeftMostDescendant(Id1);
  666         SNodeId DLMD1 = S1.getLeftMostDescendant(D1);