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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  573       TreeDist[I] = std::make_unique<double[]>(size_t(S2.getSize()) + 1);
  574       ForestDist[I] = std::make_unique<double[]>(size_t(S2.getSize()) + 1);
  586     TreePairs.emplace_back(SNodeId(S1.getSize()), SNodeId(S2.getSize()));
  600       FirstCol = S2.getLeftMostDescendant(LastCol);
  614           SNodeId LMD2 = S2.getLeftMostDescendant(Col);
  616               LMD2 == S2.getLeftMostDescendant(LastCol)) {
  618             NodeId Id2 = S2.getIdInRoot(Col);
  645     if (!DiffImpl.isMatchingPossible(S1.getIdInRoot(Id1), S2.getIdInRoot(Id2)))
  647     return S1.getNodeValue(Id1) != S2.getNodeValue(Id2);
  652       for (SNodeId Id2 : S2.KeyRoots)
  659     SNodeId LMD2 = S2.getLeftMostDescendant(Id2);
  667         SNodeId DLMD2 = S2.getLeftMostDescendant(D2);