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,
1283 bool CStyle in TryStaticCast() local
1306 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, in TryStaticCast()
1314 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, in TryStaticCast()
1389 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, in TryStaticCast()
1397 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, in TryStaticCast()
1414 if (!CStyle) { in TryStaticCast()
1435 if (!CStyle && Self.getLangOpts().MSVCCompat && in TryStaticCast()
1448 else if (CStyle && DestType->isBlockPointerType()) { in TryStaticCast()
1463 if (!CStyle && in TryStaticCast()
1489 QualType DestType, bool CStyle, in TryLValueToRValueCast() argument
1507 if (CStyle) { in TryLValueToRValueCast()
1516 if (CStyle || RefResult == Sema::Ref_Incompatible) in TryLValueToRValueCast()
1544 bool CStyle, SourceRange OpRange, in TryStaticReferenceDowncast() argument
1574 Self.Context.getCanonicalType(DestPointee), CStyle, in TryStaticReferenceDowncast()
1582 bool CStyle, SourceRange OpRange, in TryStaticPointerDowncast() argument
1607 CStyle, OpRange, SrcType, DestType, msg, Kind, in TryStaticPointerDowncast()
1616 bool CStyle, SourceRange OpRange, QualType OrigSrcType, in TryStaticDowncast() argument
1654 if (!CStyle && !DestType.isAtLeastAsQualifiedAs(SrcType)) { in TryStaticDowncast()
1698 if (!CStyle) { in TryStaticDowncast()
1728 QualType DestType, bool CStyle, in TryStaticMemberPointerUpcast() argument
1797 if (!CStyle) { in TryStaticMemberPointerUpcast()
1878 bool CStyle in TryStaticImplicitCast() local
1880 if (InitSeq.Failed() && (CStyle || !DestType->isReferenceType())) in TryStaticImplicitCast()
1901 QualType DestType, bool CStyle, in TryConstCast() argument
1965 if (!CStyle) in TryConstCast()
1974 if (!CStyle) in TryConstCast()
2160 static void checkIntToPointerCast(bool CStyle, const SourceRange &OpRange, in checkIntToPointerCast() argument
2168 if (CStyle && SrcType->isIntegralType(Self.Context) in checkIntToPointerCast()
2215 QualType DestType, bool CStyle, in TryReinterpretCast() argument
2244 if (!CStyle) { in TryReinterpretCast()
2317 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2318 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2367 if (Self.LangOpts.OpenCL && !CStyle) { in TryReinterpretCast()
2443 checkIntToPointerCast(CStyle, OpRange, SrcExpr.get(), DestType, Self); in TryReinterpretCast()
2467 CastsAwayConstness(Self, SrcType, DestType, /*CheckCVR=*/!CStyle, in TryReinterpretCast()
2468 /*CheckObjCLifetime=*/CStyle)) in TryReinterpretCast()
2474 if (!CStyle && in TryReinterpretCast()
2495 if (CStyle && DestType->isObjCObjectPointerType()) { in TryReinterpretCast()
2498 if (CStyle) in TryReinterpretCast()
2546 << CStyle << SrcType << DestType << SrcExpr.get()->getSourceRange(); in TryReinterpretCast()
2562 QualType DestType, bool CStyle, in TryAddressSpaceCast() argument