Home | History | Annotate | Download | only in Sema

Lines Matching refs:FDiag

8726   PartialDiagnostic FDiag = S.PDiag(diag::note_ovl_candidate_bad_conv);
8727 FDiag << (unsigned) FnKind << FnDesc
8735 FDiag << *HI;
8736 S.Diag(Fn->getLocation(), FDiag);