Lines Matching defs:CContext
10765 SourceLocation CContext, unsigned diag,
10771 << SourceRange(CContext));
10775 << SourceType << T << E->getSourceRange() << SourceRange(CContext);
10780 SourceLocation CContext,
10782 DiagnoseImpCast(S, E, E->getType(), T, CContext, diag, pruneControlFlow);
10787 SourceLocation CContext) {
10806 E, S.Diag(CContext, diag::warn_impcast_float_to_objc_signed_char_bool)
10810 return DiagnoseImpCast(S, E, T, CContext,
10833 E, S.Diag(CContext, diag::warn_impcast_constant_value_to_objc_bool)
10839 return DiagnoseImpCast(S, E, T, CContext, diag::warn_impcast_float_integer,
10847 S, E, T, CContext,
10858 return DiagnoseImpCast(S, E, T, CContext,
10866 return DiagnoseImpCast(S, E, T, CContext,
10872 return DiagnoseImpCast(S, E, T, CContext,
10891 << E->getSourceRange() << SourceRange(CContext));
10895 << PrettyTargetValue << E->getSourceRange() << SourceRange(CContext);