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

References

tools/clang/lib/Rewrite/DeltaTree.cpp
  138       Children[0] = IR.LHS;
  141       FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta;
  224       InsertRes->LHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/);
  244     IN->Children[i] = InsertRes->LHS;
  257   IN->Children[i] = InsertRes->LHS;
  267     InsertSide = cast<DeltaTreeInteriorNode>(InsertRes->LHS);
  331   InsertRes.LHS = this;