Home | History | Annotate | Download | only in Sema

Lines Matching defs:Diag

491       S.Diag(ND->getLocation(), diag::warn_undefined_internal)
496 S.Diag(ND->getLocation(), diag::warn_undefined_inline) << ND;
499 S.Diag(I->second, diag::note_used_here);
680 Diag(I->second.getLocation(), diag::warn_weak_identifier_undeclared)
685 !Diags.isIgnored(diag::warn_delegating_ctor_cycle, SourceLocation()))
749 Diag(VD->getLocation(), diag::warn_tentative_incomplete_array);
755 diag::err_tentative_def_incomplete_type))
784 Diag(DiagD->getLocation(), diag::warn_unneeded_member_function)
791 Diag(DiagD->getLocation(), diag::warn_unneeded_static_internal_decl)
794 Diag(DiagD->getLocation(), diag::warn_unneeded_internal_decl)
798 Diag(DiagD->getLocation(),
799 isa<CXXMethodDecl>(DiagD) ? diag::warn_unused_member_function
800 : diag::warn_unused_function)
808 Diag(DiagD->getLocation(), diag::warn_unneeded_internal_decl)
811 Diag(DiagD->getLocation(), diag::warn_unused_const_variable)
814 Diag(DiagD->getLocation(), diag::warn_unused_variable)
825 if (!Diags.isIgnored(diag::warn_unused_private_field, SourceLocation())) {
834 Diag(D->getLocation(), diag::warn_unused_private_field)
895 // and yet we also use the current diag ID on the DiagnosticsEngine. This has
951 Diag(Loc, diag::warn_cxx98_compat_sfinae_access_control);
996 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) {
997 SemaDiagnosticBuilder Builder(Diag(Loc, PD.getDiagID()));
1096 Diag(PUD.Loc, PUD.PD);
1180 Diag(Comment.getBegin(), diag::warn_not_a_doxygen_trailing_member_comment) <<
1345 S.Diag(Fn->getLocation(), diag::note_possible_target_of_call);
1350 S.Diag(FinalNoteLoc, diag::note_ovl_too_many_candidates)
1399 Diag(Loc, PD)
1415 Diag(Loc, PD) << /*not zero-arg*/ 0 << Range;