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

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  221     N.RightMostDescendant = Id - 1;
  222     assert(N.RightMostDescendant >= 0 &&
  223            N.RightMostDescendant < Tree.getSize() &&
  331   return getNode(Id).RightMostDescendant - Id + 1;
  335   return Id >= SubtreeRoot && Id <= getNode(SubtreeRoot).RightMostDescendant;
  803   for (NodeId Src = Id1 + 1; Src <= N1.RightMostDescendant; ++Src) {