reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5202 ComputeDynamicType(Info, E, Ptr, AK_DynamicCast); 5210 return CastToDerivedClass(Info, E, Ptr, DynType->Type, DynType->PathLength); 5214 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C)); 5214 CanQualType CQT = Info.Ctx.getCanonicalType(Info.Ctx.getRecordType(C)); 5221 Ptr.setNull(Info.Ctx, E->getType()); 5238 Info.FFDiag(E, diag::note_constexpr_dynamic_cast_to_reference_failed) 5239 << DiagKind << Ptr.Designator.getType(Info.Ctx) 5240 << Info.Ctx.getRecordType(DynType->Type) 5252 return CastToDerivedClass(Info, E, Ptr, Class, PathLength); 5267 if (!CastToDerivedClass(Info, E, Ptr, DynType->Type, DynType->PathLength)) 5271 if (!HandleLValueBase(Info, E, Ptr, Elem.Class, Elem.Base))