Searched refs:getDiagnosticLevel (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticIDs.h250 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc,
255 DiagnosticIDs::Level getDiagnosticLevel(unsigned DiagID,
H A DDiagnostic.h636 Level getDiagnosticLevel(unsigned DiagID, SourceLocation Loc) const { function in class:clang::DiagnosticsEngine
637 return (Level)Diags->getDiagnosticLevel(DiagID, Loc, *this);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp300 D.getDiagnosticLevel(diag::warn_maybe_falloff_nonvoid_function,
303 D.getDiagnosticLevel(diag::warn_noreturn_function_has_return_expr,
306 D.getDiagnosticLevel(diag::warn_suggest_noreturn_block, FuncLoc)
313 D.getDiagnosticLevel(diag::warn_suggest_noreturn_block, FuncLoc)
1570 (D.getDiagnosticLevel(diag::warn_unreachable, SourceLocation()) !=
1573 (D.getDiagnosticLevel(diag::warn_double_lock, SourceLocation()) !=
1576 (D.getDiagnosticLevel(diag::warn_use_in_invalid_state, SourceLocation()) !=
1735 if (Diags.getDiagnosticLevel(diag::warn_thread_safety_beta,D->getLocStart())
1750 if (Diags.getDiagnosticLevel(diag::warn_uninit_var, D->getLocStart())
1752 Diags.getDiagnosticLevel(dia
[all...]
H A DSema.cpp642 Diags.getDiagnosticLevel(diag::warn_delegating_ctor_cycle,
784 if (Diags.getDiagnosticLevel(diag::warn_unused_private_field,
H A DSemaDeclObjC.cpp1683 if (Diags.getDiagnosticLevel(DIAG, ImpLoc)
1704 if (Diags.getDiagnosticLevel(DIAG, ImpLoc) !=
2277 (Diags.getDiagnosticLevel(diag::warn_strict_multiple_method_decl,
2457 if (Diags.getDiagnosticLevel(DIAG, SourceLocation())
H A DSemaCast.cpp1599 if (Diags.getDiagnosticLevel(DiagID, Range.getBegin()) ==
2107 if (Self.Diags.getDiagnosticLevel(diag::warn_bad_function_cast,
H A DSemaStmt.cpp1117 if (Diags.getDiagnosticLevel(diag::warn_not_in_enum_assignment,
1365 if (S.Diags.getDiagnosticLevel(diag::warn_variables_not_in_loop_body,
1486 if (S.Diags.getDiagnosticLevel(diag::warn_redundant_loop_iteration,
H A DSemaDecl.cpp1540 Diags.getDiagnosticLevel(diag::ext_implicit_lib_function_decl, Loc)
5501 if (Diags.getDiagnosticLevel(diag::warn_decl_shadow, R.getNameLoc()) ==
5575 if (Diags.getDiagnosticLevel(diag::warn_decl_shadow, D->getLocation()) ==
8292 Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak,
8793 getDiagnostics().getDiagnosticLevel(
8851 getDiagnostics().getDiagnosticLevel(diag::warn_global_constructor,
9055 if (Diags.getDiagnosticLevel(diag::warn_doc_param_not_found,
9937 if (Diags.getDiagnosticLevel(diag_id, Loc) >= DiagnosticsEngine::Error) {
12552 if (S.Diags.getDiagnosticLevel(diag::warn_duplicate_enum_values,
H A DSemaExprMember.cpp1383 Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak,
H A DSemaPseudoObject.cpp911 S.Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak,
H A DSemaExprObjC.cpp1957 if (S.Diags.getDiagnosticLevel(DiagID, MsgLoc) == DiagnosticsEngine::Ignored)
2594 Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak,
H A DSemaTemplate.cpp4061 Diags.getDiagnosticLevel(diag::warn_cxx98_compat_template_arg_unnamed_type,
4063 Diags.getDiagnosticLevel(diag::warn_cxx98_compat_template_arg_local_type,
H A DSemaTemplateInstantiateDecl.cpp1404 SemaRef.Diags.getDiagnosticLevel(
H A DSemaDeclCXX.cpp2104 if (Diags.getDiagnosticLevel(diag::warn_unused_private_field,
2294 if (SemaRef.getDiagnostics().getDiagnosticLevel(diag::warn_field_is_uninit,
3673 if (SemaRef.Diags.getDiagnosticLevel(diag::warn_initializer_out_of_order,
5839 if (Diags.getDiagnosticLevel(diag::warn_overloaded_virtual,
H A DSemaChecking.cpp3673 Diags.getDiagnosticLevel(diag::warn_sizeof_pointer_expr_memaccess,
5540 if (S.Diags.getDiagnosticLevel(diag::warn_impcast_integer_sign_conditional,
6244 if (getDiagnostics().getDiagnosticLevel(diag::warn_cast_align,
6839 Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak, Loc);
6965 if (Diags.getDiagnosticLevel(DiagID, NBody->getSemiLoc()) ==
H A DSemaExpr.cpp1658 Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak,
2288 Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak, Loc);
8468 Diags.getDiagnosticLevel(diag::warn_arc_repeated_use_of_weak,
H A DSemaInit.cpp5045 if (S.Diags.getDiagnosticLevel(diag::warn_cxx98_compat_temp_copy, Loc)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp368 /// getDiagnosticLevel - Based on the way the client configured the
372 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, SourceLocation Loc, function in class:DiagnosticIDs
380 return getDiagnosticLevel(DiagID, DiagClass, Loc, Diag);
390 DiagnosticIDs::getDiagnosticLevel(unsigned DiagID, unsigned DiagClass, function in class:DiagnosticIDs
599 = getDiagnosticLevel(DiagID, Info.getLocation(), Diag);
H A DDiagnostic.cpp399 = Diags->getDiagnosticLevel(Info.getID(), Info.getLocation(), *this);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp422 if (getDiagnostics().getDiagnosticLevel(
459 if (getDiagnostics().getDiagnosticLevel(diag::warn_forgotten_module_header,
H A DLexer.cpp1416 if (Diags.getDiagnosticLevel(diag::warn_c99_compat_unicode_id,
1439 if (Diags.getDiagnosticLevel(diag::warn_cxx98_compat_unicode_id,
2497 if (Diags.getDiagnosticLevel(diag::warn_cxx98_compat_no_newline_eof,
H A DPPDirectives.cpp2118 Diags->getDiagnosticLevel(diag::pp_macro_not_used,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp763 if (PP.getDiagnostics().getDiagnosticLevel(diag::warn_pragma_omp_ignored,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp2848 DiagnosticsEngine::Level DiagLevel = D.getDiags().getDiagnosticLevel(

Completed in 451 milliseconds