Lines Matching refs:CStyle
220 QualType DestType, bool CStyle,
225 QualType DestType, bool CStyle,
231 QualType DestType, bool CStyle,
237 CanQualType DestType, bool CStyle,
245 QualType DestType,bool CStyle,
265 QualType DestType, bool CStyle,
268 QualType DestType, bool CStyle,
272 QualType DestType, bool CStyle,
1314 bool CStyle in TryStaticCast() local
1337 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
1345 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
1420 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, in TryStaticCast()
1428 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, in TryStaticCast()
1445 if (!CStyle) { in TryStaticCast()
1466 if (!CStyle && Self.getLangOpts().MSVCCompat && in TryStaticCast()
1479 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
1494 if (!CStyle && in TryStaticCast()
1520 QualType DestType, bool CStyle, in TryLValueToRValueCast() argument
1538 if (CStyle) { in TryLValueToRValueCast()
1547 if (CStyle || RefResult == Sema::Ref_Incompatible) in TryLValueToRValueCast()
1575 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() argument
1605 Self.Context.getCanonicalType(DestPointee), CStyle, in TryStaticReferenceDowncast()
1613 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() argument
1638 CStyle, OpRange, SrcType, DestType, msg, Kind, in TryStaticPointerDowncast()
1647 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1685 if (!CStyle && !DestType.isAtLeastAsQualifiedAs(SrcType)) { in TryStaticDowncast()
1729 if (!CStyle) { in TryStaticDowncast()
1759 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() argument
1828 if (!CStyle) { in TryStaticMemberPointerUpcast()
1909 bool CStyle in TryStaticImplicitCast() local
1911 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType())) in TryStaticImplicitCast()
1932 QualType DestType, bool CStyle, in TryConstCast() argument
1996 if (!CStyle) in TryConstCast()
2005 if (!CStyle) in TryConstCast()
2191 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() argument
2199 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()
2246 QualType DestType, bool CStyle, in TryReinterpretCast() argument
2275 if (!CStyle) { in TryReinterpretCast()
2348 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2349 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2404 if (Self.LangOpts.OpenCL && !CStyle) { in TryReinterpretCast()
2480 checkIntToPointerCast(CStyle, OpRange, SrcExpr.get(), DestType, Self); in TryReinterpretCast()
2504 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2505 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2511 if (!CStyle && in TryReinterpretCast()
2532 if (CStyle && DestType->isObjCObjectPointerType()) { in TryReinterpretCast()
2535 if (CStyle) in TryReinterpretCast()
2583 << CStyle << SrcType << DestType << SrcExpr.get()->getSourceRange(); in TryReinterpretCast()
2599 QualType DestType, bool CStyle, in TryAddressSpaceCast() argument