Home
last modified time | relevance | path

Searched refs:PruneWarnings (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp7849 const bool PruneWarnings = !S.ActiveTemplateInstantiations.empty(); in DiagnoseFloatingImpCast() local
7865 diag::warn_impcast_float_integer, PruneWarnings); in DiagnoseFloatingImpCast()
7877 PruneWarnings); in DiagnoseFloatingImpCast()
7887 diag::warn_impcast_float_integer, PruneWarnings); in DiagnoseFloatingImpCast()
7895 diag::warn_impcast_float_integer, PruneWarnings); in DiagnoseFloatingImpCast()
7901 diag::warn_impcast_float_integer, PruneWarnings); in DiagnoseFloatingImpCast()
7924 if (PruneWarnings) { in DiagnoseFloatingImpCast()