Home | History | Annotate | Download | only in Sema

Lines Matching full:fdiag

6987   PartialDiagnostic FDiag = S.PDiag(diag::note_ovl_candidate_bad_conv);
6988 FDiag << (unsigned) FnKind << FnDesc
6997 FDiag << *HI;
6998 S.Diag(Fn->getLocation(), FDiag);