Home | History | Annotate | Download | only in Sema

Lines Matching full:diagid

1117     unsigned DiagID;
1119 DiagID = diag::err_arc_method_not_found;
1121 DiagID = isClassMessage ? diag::warn_class_method_not_found
1124 Diag(lbrac, DiagID)
1793 unsigned DiagID,
1797 if (S.Diags.getDiagnosticLevel(DiagID, MsgLoc) == DiagnosticsEngine::Ignored)
1803 DiagnosticBuilder Builder = S.Diag(MsgLoc, DiagID)