Searched refs:DynType (Results 1 – 2 of 2) sorted by relevance
767 DynamicTypeInfo DynType = getDynamicTypeInfo(getState(), R); in getRuntimeDefinition() local768 if (!DynType.isValid()) in getRuntimeDefinition()772 QualType RegionType = DynType.getType()->getPointeeType(); in getRuntimeDefinition()802 if (!DynType.canBeASubClass()) in getRuntimeDefinition()810 if (DynType.canBeASubClass()) in getRuntimeDefinition()1301 QualType DynType = DTI.getType(); in getRuntimeDefinition() local1305 dyn_cast<ObjCObjectPointerType>(DynType.getCanonicalType()); in getRuntimeDefinition()
5878 std::optional<DynamicType> DynType = ComputeDynamicType( in HandleVirtualDispatch() local5881 if (!DynType) in HandleVirtualDispatch()5889 unsigned PathLength = DynType->PathLength; in HandleVirtualDispatch()5996 std::optional<DynamicType> DynType = in HandleDynamicCast() local5998 if (!DynType) in HandleDynamicCast()6005 return CastToDerivedClass(Info, E, Ptr, DynType->Type, DynType->PathLength); in HandleDynamicCast()6022 if (!Paths && (declaresSameEntity(DynType->Type, C) || in HandleDynamicCast()6023 DynType->Type->isDerivedFrom(C))) in HandleDynamicCast()6035 << Info.Ctx.getRecordType(DynType->Type) in HandleDynamicCast()6044 PathLength >= (int)DynType->PathLength; --PathLength) { in HandleDynamicCast()[all …]