Searched defs:boxedType (Results 1 – 4 of 4) sorted by relevance
137 auto *boxedType = checker->GlobalBuiltinBoxType(oldType); in HandleFunctionParam() local182 auto *boxedType = checker->GlobalBuiltinBoxType(type); in HandleVariableDeclarator() local
264 auto *const boxedType = boxed.Result()->AsETSObjectType(); in Boxing() local
1202 auto boxedType = MaybeBoxInRelation(typeParams->Params().at(idx)->GetType(this)); in HandleTypeAlias() local
1143 auto boxedType = Checker()->MaybeBoxType(unboxedType)->AsETSObjectType(); in ApplyUnboxingConversion() local1269 … const checker::Type *const targetType, const checker::Type *const boxedType) in EmitUnboxedCall()1349 auto boxedType = const_cast<checker::Type *>(GetAccumulatorType()); in EmitBoxingConversion() local