Home | History | Annotate | Download | only in Sema

Lines Matching full:diagid

1101                                bool &IncompleteImpl, unsigned DiagID) {
1109 if (DiagID == diag::warn_unimplemented_protocol_method)
1110 Diag(ImpLoc, DiagID) << method->getDeclName();
1112 Diag(method->getLocation(), DiagID) << method->getDeclName();
1215 unsigned DiagID =
1232 DiagID =
1238 S.Diag(MethodImpl->getLocation(), DiagID)
1286 unsigned DiagID =
1303 DiagID =
1309 S.Diag(ImplVar->getLocation(), DiagID)