Lines Matching refs:CStyle

222                                            QualType DestType, bool CStyle,
227 QualType DestType, bool CStyle,
233 QualType DestType, bool CStyle,
239 CanQualType DestType, bool CStyle,
247 QualType DestType,bool CStyle,
263 QualType DestType, bool CStyle,
266 QualType DestType, bool CStyle,
270 QualType DestType, bool CStyle,
1322 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticCast() local
1345 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
1353 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
1428 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, in TryStaticCast()
1436 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, in TryStaticCast()
1453 if (!CStyle) { in TryStaticCast()
1474 if (!CStyle && Self.getLangOpts().MSVCCompat && in TryStaticCast()
1487 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
1502 if (!CStyle && in TryStaticCast()
1528 QualType DestType, bool CStyle, in TryLValueToRValueCast() argument
1546 if (CStyle) { in TryLValueToRValueCast()
1555 if (CStyle || RefResult == Sema::Ref_Incompatible) in TryLValueToRValueCast()
1583 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() argument
1613 Self.Context.getCanonicalType(DestPointee), CStyle, in TryStaticReferenceDowncast()
1621 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() argument
1646 CStyle, OpRange, SrcType, DestType, msg, Kind, in TryStaticPointerDowncast()
1655 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1693 if (!CStyle && !DestType.isAtLeastAsQualifiedAs(SrcType)) { in TryStaticDowncast()
1737 if (!CStyle) { in TryStaticDowncast()
1767 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() argument
1836 if (!CStyle) { in TryStaticMemberPointerUpcast()
1918 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticImplicitCast() local
1920 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType())) in TryStaticImplicitCast()
1941 QualType DestType, bool CStyle, in TryConstCast() argument
2005 if (!CStyle) in TryConstCast()
2014 if (!CStyle) in TryConstCast()
2200 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() argument
2208 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()
2255 QualType DestType, bool CStyle, in TryReinterpretCast() argument
2284 if (!CStyle) { in TryReinterpretCast()
2357 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2358 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2413 if (Self.LangOpts.OpenCL && !CStyle) { in TryReinterpretCast()
2489 checkIntToPointerCast(CStyle, OpRange, SrcExpr.get(), DestType, Self); in TryReinterpretCast()
2513 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2514 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2520 if (!CStyle && in TryReinterpretCast()
2541 if (CStyle && DestType->isObjCObjectPointerType()) { in TryReinterpretCast()
2544 if (CStyle) in TryReinterpretCast()
2592 << CStyle << SrcType << DestType << SrcExpr.get()->getSourceRange(); in TryReinterpretCast()
2608 QualType DestType, bool CStyle, in TryAddressSpaceCast() argument