Searched refs:supertypes (Results 1 – 13 of 13) sorted by relevance
206 if (!type.supertypes().empty()) { in BeginInnerType()208 for (const Type& t : type.supertypes()) { in BeginInnerType()308 if (!pt->supertypes().empty()) { in WriteGenerics()309 Append(" extends ").AppendType(pt->supertypes().front()); in WriteGenerics()342 for (const Type& t : type.supertypes()) { in Visit()
145 const std::list<Type>& supertypes() const { return supertypes_; } in supertypes() function
95 private final Function<TypeElement, Iterable<TypeElement>> supertypes; field in DiagnosticMessageGenerator129 supertypes = in DiagnosticMessageGenerator()131 component -> transform(types.supertypes(component.asType()), MoreTypes::asTypeElement)); in DiagnosticMessageGenerator()351 supertypes.apply(componentContainingEntryPoint(entryPoint)), in nearestComponentSupertypeFirst()
66 private val supertypes = mutableListOf<KmType>() in <lambda>() constant69 KmType(flags).also { supertypes += it } in <lambda>()78 supertypes.forEach { type -> in <lambda>()
278 …val supertypes = node.details(NodeKind.Supertype).filterNot { it.qualifiedNameFromType() in ignore… in <lambda>() constant279 if (supertypes.any()) { in <lambda>()283 renderList(supertypes) { in <lambda>()
37 import org.jetbrains.kotlin.types.typeUtil.supertypes in <lambda>()723 … defaultType.supertypes().any { it.constructor.declarationDescriptor == builtIns.throwable } in ClassDescriptor()
184 Set<? extends Class<?>> supertypes = TypeToken.of(clazz).getTypes().rawTypes(); in getAnnotatedMethodsNotCached() local186 for (Class<?> supertype : supertypes) { in getAnnotatedMethodsNotCached()
133 val supertypes: List<DocumentationNode> constant149 in NodeKind.classLike -> supertypes.firstOrNull { in <lambda>()
171 val interfaces = node.supertypes - superClassType in <lambda>()
74 public Iterable<TypeMirror> supertypes(TypeMirror type) { in supertypes() method in DaggerTypes
256 **supertypes**?](howto.md#supertypes)
26 **supertypes**?](#supertypes)259 ## <a name="supertypes"></a>... have AutoValue also implement abstract methods from my supertypes?