Lines Matching refs:CStyle
160 QualType DestType, bool CStyle,
165 QualType DestType, bool CStyle,
171 QualType DestType, bool CStyle,
177 CanQualType DestType, bool CStyle,
185 QualType DestType,bool CStyle,
205 QualType DestType, bool CStyle,
208 QualType DestType, bool CStyle,
921 bool CStyle in TryStaticCast() local
944 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
952 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
1014 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, in TryStaticCast()
1022 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, in TryStaticCast()
1039 if (!CStyle) { in TryStaticCast()
1062 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
1077 if (!CStyle && in TryStaticCast()
1088 bool CStyle, CastKind &Kind, CXXCastPath &BasePath, in TryLValueToRValueCast() argument
1108 if (CStyle) { in TryLValueToRValueCast()
1139 bool CStyle, const SourceRange &OpRange, in TryStaticReferenceDowncast() argument
1169 Self.Context.getCanonicalType(DestPointee), CStyle, in TryStaticReferenceDowncast()
1177 bool CStyle, const SourceRange &OpRange, in TryStaticPointerDowncast() argument
1202 CStyle, OpRange, SrcType, DestType, msg, Kind, in TryStaticPointerDowncast()
1211 bool CStyle, const SourceRange &OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1249 if (!CStyle && !DestType.isAtLeastAsQualifiedAs(SrcType)) { in TryStaticDowncast()
1296 if (!CStyle) { in TryStaticDowncast()
1326 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() argument
1389 if (!CStyle) { in TryStaticMemberPointerUpcast()
1471 bool CStyle in TryStaticImplicitCast() local
1473 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType())) in TryStaticImplicitCast()
1494 QualType DestType, bool CStyle, in TryConstCast() argument
1558 if (!CStyle) in TryConstCast()
1567 if (!CStyle) in TryConstCast()
1677 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, in checkIntToPointerCast() argument
1685 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()
1704 QualType DestType, bool CStyle, in TryReinterpretCast() argument
1739 if (!CStyle) { in TryReinterpretCast()
1791 if (CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
1792 /*CheckObjCLifetime=*/CStyle)) { in TryReinterpretCast()
1910 checkIntToPointerCast(CStyle, OpRange.getBegin(), SrcExpr.get(), DestType, in TryReinterpretCast()
1928 if (CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
1929 /*CheckObjCLifetime=*/CStyle)) { in TryReinterpretCast()
1955 if (CStyle && DestType->isObjCObjectPointerType()) { in TryReinterpretCast()
1958 if (CStyle) in TryReinterpretCast()