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

References

tools/clang/lib/ARCMigrate/TransProtectedScope.cpp
  118     while (I != E) {
  119       if (I->getID() == diag::err_switch_into_protected_scope &&
  120           isInRange(I->getLocation(), BodyRange)) {
  121         handleProtectedScopeError(I, E);
  124       ++I;