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()
1371 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, in TryStaticCast()
1379 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, in TryStaticCast()
1396 if (!CStyle) { in TryStaticCast()
1417 if (!CStyle && Self.getLangOpts().MSVCCompat && in TryStaticCast()
1430 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
1445 if (!CStyle && in TryStaticCast()
1471 QualType DestType, bool CStyle, in TryLValueToRValueCast() argument
1489 if (CStyle) { in TryLValueToRValueCast()
1498 if (CStyle || RefResult == Sema::Ref_Incompatible) in TryLValueToRValueCast()
1526 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() argument
1556 Self.Context.getCanonicalType(DestPointee), CStyle, in TryStaticReferenceDowncast()
1564 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() argument
1589 CStyle, OpRange, SrcType, DestType, msg, Kind, in TryStaticPointerDowncast()
1598 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1636 if (!CStyle && !DestType.isAtLeastAsQualifiedAs(SrcType)) { in TryStaticDowncast()
1680 if (!CStyle) { in TryStaticDowncast()
1710 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() argument
1779 if (!CStyle) { in TryStaticMemberPointerUpcast()
1860 bool CStyle in TryStaticImplicitCast() local
1862 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType())) in TryStaticImplicitCast()
1883 QualType DestType, bool CStyle, in TryConstCast() argument
1947 if (!CStyle) in TryConstCast()
1956 if (!CStyle) in TryConstCast()
2142 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() argument
2150 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()
2197 QualType DestType, bool CStyle, in TryReinterpretCast() argument
2226 if (!CStyle) { in TryReinterpretCast()
2299 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2300 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2349 if (Self.LangOpts.OpenCL && !CStyle) { in TryReinterpretCast()
2425 checkIntToPointerCast(CStyle, OpRange, SrcExpr.get(), DestType, Self); in TryReinterpretCast()
2449 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2450 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2456 if (!CStyle && in TryReinterpretCast()
2477 if (CStyle && DestType->isObjCObjectPointerType()) { in TryReinterpretCast()
2480 if (CStyle) in TryReinterpretCast()
2528 << CStyle << SrcType << DestType << SrcExpr.get()->getSourceRange(); in TryReinterpretCast()
2544 QualType DestType, bool CStyle, in TryAddressSpaceCast() argument