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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  602       Row = LastRow;
  605       while (Row > FirstRow || Col > FirstCol) {
  606         if (Row > FirstRow &&
  607             ForestDist[Row - 1][Col] + 1 == ForestDist[Row][Col]) {
  607             ForestDist[Row - 1][Col] + 1 == ForestDist[Row][Col]) {
  608           --Row;
  610                    ForestDist[Row][Col - 1] + 1 == ForestDist[Row][Col]) {
  610                    ForestDist[Row][Col - 1] + 1 == ForestDist[Row][Col]) {
  613           SNodeId LMD1 = S1.getLeftMostDescendant(Row);
  617             NodeId Id1 = S1.getIdInRoot(Row);
  622             --Row;
  625             TreePairs.emplace_back(Row, Col);
  626             Row = LMD1;