Searched refs:getTypeParamList (Results 1 – 13 of 13) sorted by relevance
1551 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1563 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1622 if (ID->getTypeParamList()) in acceptsObjCTypeParams()1656 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()1671 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1457 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
321 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
4615 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
9896 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
670 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
1282 ObjCTypeParamList *getTypeParamList() const;2362 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
1646 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
841 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
1016 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()1457 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()1868 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()3122 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
849 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
4190 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()
1092 if (VisitObjCTypeParamList(ND->getTypeParamList())) in VisitObjCCategoryDecl()