Searched defs:boxedType (Results 1 – 4 of 4) sorted by relevance
140 auto *boxedType = checker->GlobalBuiltinBoxType(oldType); in HandleFunctionParam() local190 auto *boxedType = checker->GlobalBuiltinBoxType(type); in HandleVariableDeclarator() local
270 auto *const boxedType = boxed.Result()->AsETSObjectType(); in Boxing() local
1640 … if (const auto boxedType = MaybeBoxInRelation(typeNode->GetType(this)); boxedType != nullptr) { in HandleTypeAlias() local
1085 auto boxedType = Checker()->MaybeBoxType(unboxedType)->AsETSObjectType(); in ApplyUnboxingConversion() local1222 … const checker::Type *const targetType, const checker::Type *const boxedType) in EmitUnboxedCall()1298 auto boxedType = const_cast<checker::Type *>(GetAccumulatorType()); in EmitBoxingConversion() local