Home | History | Annotate | Download | only in Sema

Lines Matching refs:FDiag

8285   PartialDiagnostic FDiag = S.PDiag(diag::note_ovl_candidate_bad_conv);
8286 FDiag << (unsigned) FnKind << FnDesc
8294 FDiag << *HI;
8295 S.Diag(Fn->getLocation(), FDiag);