Home | History | Annotate | Download | only in Sema

Lines Matching refs:FDiag

8885   PartialDiagnostic FDiag = S.PDiag(diag::note_ovl_candidate_bad_conv);
8886 FDiag << (unsigned) FnKind << FnDesc
8894 FDiag << *HI;
8895 S.Diag(Fn->getLocation(), FDiag);