Lines Matching defs:CContext
10389 SourceLocation CContext, unsigned diag,
10395 << SourceRange(CContext));
10399 << SourceType << T << E->getSourceRange() << SourceRange(CContext);
10404 SourceLocation CContext,
10406 DiagnoseImpCast(S, E, E->getType(), T, CContext, diag, pruneControlFlow);
10411 SourceLocation CContext) {
10430 E, S.Diag(CContext, diag::warn_impcast_float_to_objc_signed_char_bool)
10434 return DiagnoseImpCast(S, E, T, CContext,
10457 E, S.Diag(CContext, diag::warn_impcast_constant_value_to_objc_bool)
10463 return DiagnoseImpCast(S, E, T, CContext, diag::warn_impcast_float_integer,
10471 S, E, T, CContext,
10482 return DiagnoseImpCast(S, E, T, CContext,
10490 return DiagnoseImpCast(S, E, T, CContext,
10496 return DiagnoseImpCast(S, E, T, CContext,
10515 << E->getSourceRange() << SourceRange(CContext));
10519 << PrettyTargetValue << E->getSourceRange() << SourceRange(CContext);