Lines Matching full:diagid
4251 unsigned DiagID = diag::warn_impcast_integer_sign;
4259 DiagID
4263 return DiagnoseImpCast(S, E, T, CC, DiagID);
4660 unsigned DiagID = diag::warn_ptr_arith_exceeds_bounds;
4662 DiagID = diag::warn_array_index_exceeds_bounds;
4665 PDiag(DiagID) << index.toString(10, true)
4670 unsigned DiagID = diag::warn_array_index_precedes_bounds;
4672 DiagID = diag::warn_ptr_arith_precedes_bounds;
4677 PDiag(DiagID) << index.toString(10, true)
5067 unsigned DiagID) {
5082 Diag(NBody->getSemiLoc(), DiagID);
5092 unsigned DiagID;
5096 DiagID = diag::warn_empty_for_body;
5100 DiagID = diag::warn_empty_while_body;
5110 if (Diags.getDiagnosticLevel(DiagID, NBody->getSemiLoc()) ==
5150 Diag(NBody->getSemiLoc(), DiagID);