Lines Matching refs:CStyle

215                                            QualType DestType, bool CStyle,
220 QualType DestType, bool CStyle,
226 QualType DestType, bool CStyle,
232 CanQualType DestType, bool CStyle,
240 QualType DestType,bool CStyle,
260 QualType DestType, bool CStyle,
263 QualType DestType, bool CStyle,
267 QualType DestType, bool CStyle,
1267 bool CStyle in TryStaticCast() local
1290 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
1298 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
1373 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, in TryStaticCast()
1381 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, in TryStaticCast()
1398 if (!CStyle) { in TryStaticCast()
1419 if (!CStyle && Self.getLangOpts().MSVCCompat && in TryStaticCast()
1432 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
1447 if (!CStyle && in TryStaticCast()
1473 QualType DestType, bool CStyle, in TryLValueToRValueCast() argument
1491 if (CStyle) { in TryLValueToRValueCast()
1500 if (CStyle || RefResult == Sema::Ref_Incompatible) in TryLValueToRValueCast()
1528 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() argument
1558 Self.Context.getCanonicalType(DestPointee), CStyle, in TryStaticReferenceDowncast()
1566 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() argument
1591 CStyle, OpRange, SrcType, DestType, msg, Kind, in TryStaticPointerDowncast()
1600 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1638 if (!CStyle && !DestType.isAtLeastAsQualifiedAs(SrcType)) { in TryStaticDowncast()
1682 if (!CStyle) { in TryStaticDowncast()
1712 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() argument
1781 if (!CStyle) { in TryStaticMemberPointerUpcast()
1862 bool CStyle in TryStaticImplicitCast() local
1864 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType())) in TryStaticImplicitCast()
1885 QualType DestType, bool CStyle, in TryConstCast() argument
1949 if (!CStyle) in TryConstCast()
1958 if (!CStyle) in TryConstCast()
2144 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() argument
2152 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()
2199 QualType DestType, bool CStyle, in TryReinterpretCast() argument
2228 if (!CStyle) { in TryReinterpretCast()
2301 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2302 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2351 if (Self.LangOpts.OpenCL && !CStyle) { in TryReinterpretCast()
2427 checkIntToPointerCast(CStyle, OpRange, SrcExpr.get(), DestType, Self); in TryReinterpretCast()
2451 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2452 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2458 if (!CStyle && in TryReinterpretCast()
2479 if (CStyle && DestType->isObjCObjectPointerType()) { in TryReinterpretCast()
2482 if (CStyle) in TryReinterpretCast()
2530 << CStyle << SrcType << DestType << SrcExpr.get()->getSourceRange(); in TryReinterpretCast()
2546 QualType DestType, bool CStyle, in TryAddressSpaceCast() argument