Home | History | Annotate | Download | only in Sema

Lines Matching defs:R1

210   SourceRange R1, R2;
211 if (!E->isUnusedResultAWarning(WarnExpr, Loc, R1, R2, Context))
255 Diag(Loc, diag::warn_unused_result) << R1 << R2;
261 Diag(Loc, diag::warn_unused_call) << R1 << R2 << "pure";
265 Diag(Loc, diag::warn_unused_call) << R1 << R2 << "const";
274 Diag(Loc, diag::err_arc_unused_init_message) << R1;
280 Diag(Loc, diag::warn_unused_result) << R1 << R2;
312 Diag(Loc, diag::warn_unused_volatile) << R1 << R2;
316 DiagRuntimeBehavior(Loc, nullptr, PDiag(DiagID) << R1 << R2);