reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1126 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, 1134 tcr = TryLValueToRValueCast(Self, SrcExpr.get(), DestType, CStyle, Kind, 1141 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg, 1156 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType()); 1166 } else if (DestType->isIntegralType(Self.Context)) { 1196 tcr = TryStaticPointerDowncast(Self, SrcType, DestType, CStyle, OpRange, msg, 1204 tcr = TryStaticMemberPointerUpcast(Self, SrcExpr, SrcType, DestType, CStyle, 1242 if (!CStyle && Self.getLangOpts().MSVCCompat && 1244 Self.Diag(OpRange.getBegin(), diag::ext_ms_cast_fn_obj) << OpRange; 1271 Self.CheckTollFreeBridgeStaticCast(DestType, SrcExpr.get(), Kind))