Lines Matching refs:CStyle
205 QualType DestType, bool CStyle,
210 QualType DestType, bool CStyle,
216 QualType DestType, bool CStyle,
222 CanQualType DestType, bool CStyle,
230 QualType DestType,bool CStyle,
250 QualType DestType, bool CStyle,
253 QualType DestType, bool CStyle,
257 QualType DestType, bool CStyle,
1169 bool CStyle in TryStaticCast() local
1192 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
1200 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
1273 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, in TryStaticCast()
1281 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, in TryStaticCast()
1298 if (!CStyle) { in TryStaticCast()
1319 if (!CStyle && Self.getLangOpts().MSVCCompat && in TryStaticCast()
1332 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
1347 if (!CStyle && in TryStaticCast()
1365 QualType DestType, bool CStyle, in TryLValueToRValueCast() argument
1383 if (CStyle) { in TryLValueToRValueCast()
1392 if (CStyle || RefResult == Sema::Ref_Incompatible) in TryLValueToRValueCast()
1420 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() argument
1450 Self.Context.getCanonicalType(DestPointee), CStyle, in TryStaticReferenceDowncast()
1458 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() argument
1483 CStyle, OpRange, SrcType, DestType, msg, Kind, in TryStaticPointerDowncast()
1492 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1530 if (!CStyle && !DestType.isAtLeastAsQualifiedAs(SrcType)) { in TryStaticDowncast()
1574 if (!CStyle) { in TryStaticDowncast()
1604 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() argument
1673 if (!CStyle) { in TryStaticMemberPointerUpcast()
1754 bool CStyle in TryStaticImplicitCast() local
1756 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType())) in TryStaticImplicitCast()
1777 QualType DestType, bool CStyle, in TryConstCast() argument
1841 if (!CStyle) in TryConstCast()
1850 if (!CStyle) in TryConstCast()
2036 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() argument
2044 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()
2090 QualType DestType, bool CStyle, in TryReinterpretCast() argument
2119 if (!CStyle) { in TryReinterpretCast()
2192 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2193 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2308 checkIntToPointerCast(CStyle, OpRange, SrcExpr.get(), DestType, Self); in TryReinterpretCast()
2332 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2333 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2339 if (!CStyle && in TryReinterpretCast()
2360 if (CStyle && DestType->isObjCObjectPointerType()) { in TryReinterpretCast()
2363 if (CStyle) in TryReinterpretCast()
2411 << CStyle << SrcType << DestType << SrcExpr.get()->getSourceRange(); in TryReinterpretCast()
2427 QualType DestType, bool CStyle, in TryAddressSpaceCast() argument