Searched refs:getTypeParamList (Results 1 – 12 of 12) sorted by relevance
1381 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1393 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1452 if (ID->getTypeParamList()) in acceptsObjCTypeParams()1486 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()1501 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1365 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
1281 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
308 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
8204 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
3961 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
758 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
1301 ObjCTypeParamList *getTypeParamList() const;2330 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
1515 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
1014 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()1429 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()1841 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()3080 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
820 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
4200 return catDecl->getTypeParamList();