Searched refs:unwrappedType (Results 1 – 4 of 4) sorted by relevance
43 String unwrappedType = value.substring(dimensions); in rewrite() local44 String rewrittenType = rewriteUnwrappedType(unwrappedType); in rewrite()47 if (unwrappedType != rewrittenType) { in rewrite()
34 return tag<TypeAliasTag>()?.abbreviatedType?.let { unwrappedType -> in <lambda>() method41 val nestedUnwrappedType = unwrappedType.unwrapTypeAlias() in <lambda>()
186 XTypeElement unwrappedType = in directMapKeyExpression() local192 unwrappedType.getClassName().reflectionName()); in directMapKeyExpression()
204 val unwrappedType = superType.unwrap() in appendSupertype() constant205 if (unwrappedType is AbbreviatedType) { in appendSupertype()206 appendSupertype(descriptor, unwrappedType.abbreviation, backref) in appendSupertype()208 appendType(unwrappedType, NodeKind.Supertype) in appendSupertype()209 val superclass = unwrappedType.constructor.declarationDescriptor in appendSupertype()