Home | History | Annotate | Download | only in Sema

Lines Matching full:diagid

1085                                bool &IncompleteImpl, unsigned DiagID) {
1093 if (DiagID == diag::warn_unimplemented_protocol_method)
1094 Diag(ImpLoc, DiagID) << method->getDeclName();
1096 Diag(method->getLocation(), DiagID) << method->getDeclName();
1189 unsigned DiagID = diag::warn_conflicting_ret_types;
1204 DiagID = diag::warn_non_covariant_ret_types;
1208 S.Diag(MethodImpl->getLocation(), DiagID)
1240 unsigned DiagID = diag::warn_conflicting_param_types;
1255 DiagID = diag::warn_non_contravariant_param_types;
1259 S.Diag(ImplVar->getLocation(), DiagID)