Lines Matching refs:CStyle
179 QualType DestType, bool CStyle,
184 QualType DestType, bool CStyle,
190 QualType DestType, bool CStyle,
196 CanQualType DestType, bool CStyle,
204 QualType DestType,bool CStyle,
224 QualType DestType, bool CStyle,
227 QualType DestType, bool CStyle,
1071 bool CStyle in TryStaticCast() local
1094 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
1102 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
1164 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, in TryStaticCast()
1172 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, in TryStaticCast()
1189 if (!CStyle) { in TryStaticCast()
1210 if (!CStyle && Self.getLangOpts().MSVCCompat && in TryStaticCast()
1223 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
1238 if (!CStyle && in TryStaticCast()
1256 QualType DestType, bool CStyle, in TryLValueToRValueCast() argument
1277 if (CStyle) { in TryLValueToRValueCast()
1286 if (CStyle || RefResult == Sema::Ref_Incompatible) in TryLValueToRValueCast()
1314 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() argument
1344 Self.Context.getCanonicalType(DestPointee), CStyle, in TryStaticReferenceDowncast()
1352 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() argument
1377 CStyle, OpRange, SrcType, DestType, msg, Kind, in TryStaticPointerDowncast()
1386 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1424 if (!CStyle && !DestType.isAtLeastAsQualifiedAs(SrcType)) { in TryStaticDowncast()
1468 if (!CStyle) { in TryStaticDowncast()
1498 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() argument
1567 if (!CStyle) { in TryStaticMemberPointerUpcast()
1648 bool CStyle in TryStaticImplicitCast() local
1650 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType())) in TryStaticImplicitCast()
1671 QualType DestType, bool CStyle, in TryConstCast() argument
1735 if (!CStyle) in TryConstCast()
1744 if (!CStyle) in TryConstCast()
1930 static void checkIntToPointerCast(bool CStyle, SourceLocation Loc, in checkIntToPointerCast() argument
1938 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()
1984 QualType DestType, bool CStyle, in TryReinterpretCast() argument
2013 if (!CStyle) { in TryReinterpretCast()
2083 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2084 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2187 checkIntToPointerCast(CStyle, OpRange.getBegin(), SrcExpr.get(), DestType, in TryReinterpretCast()
2212 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2213 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2234 if (CStyle && DestType->isObjCObjectPointerType()) { in TryReinterpretCast()
2237 if (CStyle) in TryReinterpretCast()