Searched refs:getTypeParamList (Results 1 – 12 of 12) sorted by relevance
1650 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1662 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1721 if (ID->getTypeParamList()) in acceptsObjCTypeParams()1755 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()1770 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1558 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
322 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
4932 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
10453 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
767 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
1292 ObjCTypeParamList *getTypeParamList() const;2374 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
1682 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
839 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
1017 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()1452 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()1865 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()3122 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
524 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
4442 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()