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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  603       Col = LastCol;
  605       while (Row > FirstRow || Col > FirstCol) {
  607             ForestDist[Row - 1][Col] + 1 == ForestDist[Row][Col]) {
  607             ForestDist[Row - 1][Col] + 1 == ForestDist[Row][Col]) {
  609         } else if (Col > FirstCol &&
  610                    ForestDist[Row][Col - 1] + 1 == ForestDist[Row][Col]) {
  610                    ForestDist[Row][Col - 1] + 1 == ForestDist[Row][Col]) {
  611           --Col;
  614           SNodeId LMD2 = S2.getLeftMostDescendant(Col);
  618             NodeId Id2 = S2.getIdInRoot(Col);
  623             --Col;
  625             TreePairs.emplace_back(Row, Col);
  627             Col = LMD2;