Searched defs:typeParams (Results 1 – 14 of 14) sorted by relevance
52 List<ResolvedTypeParameterDeclaration> typeParams = method.getTypeParameters(); in testGetBounds() local74 List<ResolvedTypeParameterDeclaration> typeParams = method.getTypeParameters(); in testGetComplexBounds() local
95 val typeParams = detail(NodeKind.TypeAliasUnderlyingType).details(NodeKind.Type) in <lambda>() constant
268 TypeVariable<?>[] typeParams = declaringClass.getTypeParameters(); in getGenericReturnType() local
286 TypeVariable<?>[] typeParams = declaringClass.getTypeParameters(); in getGenericReturnType() local
146 void AddObjCTypeParamList(ObjCTypeParamList *typeParams) { in AddObjCTypeParamList()
964 SmallVector<ObjCTypeParamDecl *, 4> typeParams; in ReadObjCTypeParamList() local
1352 ArrayRef<ObjCTypeParamDecl *> typeParams, in ObjCTypeParamList()1365 ArrayRef<ObjCTypeParamDecl *> typeParams, in create()
997 void ASTDumper::dumpObjCTypeParamList(const ObjCTypeParamList *typeParams) { in dumpObjCTypeParamList()
1417 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow() local
7151 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs() local
457 SmallVector<Decl *, 4> typeParams; in parseObjCTypeParamListOrProtocolRefs() local
1170 List<TypeParameter> typeParams = visit(_n.getTypeParameters(), arg); in visit() local
1346 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
814 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs() local