Searched refs:getTypeParamList (Results 1 – 13 of 13) sorted by relevance
1521 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1533 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1592 if (ID->getTypeParamList()) in acceptsObjCTypeParams()1626 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()1641 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1440 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
309 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
9123 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
4381 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
626 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
1277 ObjCTypeParamList *getTypeParamList() const;2314 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
1533 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
843 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
1016 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()1441 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()1851 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()3108 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
855 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
4049 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()
1086 if (VisitObjCTypeParamList(ND->getTypeParamList())) in VisitObjCCategoryDecl()