Lines Matching defs:diag
21 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId,
23 return diag(Loc, DiagId, ExtraNotes, false);
26 OptionalDiagnostic State::FFDiag(const Expr *E, diag::kind DiagId,
29 return diag(E->getExprLoc(), DiagId, ExtraNotes, false);
34 OptionalDiagnostic State::FFDiag(const SourceInfo &SI, diag::kind DiagId,
37 return diag(SI.getLoc(), DiagId, ExtraNotes, false);
42 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId,
50 return diag(Loc, DiagId, ExtraNotes, true);
53 OptionalDiagnostic State::CCEDiag(const Expr *E, diag::kind DiagId,
58 OptionalDiagnostic State::CCEDiag(const SourceInfo &SI, diag::kind DiagId,
63 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) {
76 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) {
81 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) {
87 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagId,
138 addDiag(CallRange.getBegin(), diag::note_constexpr_calls_suppressed)
150 diag::note_constexpr_inherited_ctor_call_here)
159 addDiag(CallRange.getBegin(), diag::note_constexpr_call_here)