Home | History | Annotate | Download | only in Sema

Lines Matching refs:FDiag

8071   PartialDiagnostic FDiag = S.PDiag(diag::note_ovl_candidate_bad_conv);
8072 FDiag << (unsigned) FnKind << FnDesc
8080 FDiag << *HI;
8081 S.Diag(Fn->getLocation(), FDiag);