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

References

tools/clang/lib/ARCMigrate/TransformActions.cpp
  203       if (!canInsert(act.Loc))
  207       if (!canInsertAfterToken(act.Loc))
  224       if (!canReplaceText(act.Loc, act.Text1))
  247       commitInsert(act.Loc, act.Text1);
  250       commitInsertAfterToken(act.Loc, act.Text1);
  262       commitReplaceText(act.Loc, act.Text1, act.Text2);
  265       commitIncreaseIndentation(act.R1, act.Loc);
  289   data.Loc = loc;
  299   data.Loc = loc;
  345   data.Loc = loc;
  365   data.Loc = parentIndent;