Searched refs:getTypeParamList (Results 1 – 12 of 12) sorted by relevance
1696 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1708 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1767 if (ID->getTypeParamList()) in acceptsObjCTypeParams()1801 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()1816 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1594 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
319 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
5209 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
11026 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
842 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage()
803 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
1290 ObjCTypeParamList *getTypeParamList() const;2374 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
1712 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
1017 if (ObjCTypeParamList *prevTypeParamList = PrevIDecl->getTypeParamList()) { in ActOnStartClassInterface()1455 if (auto typeParams = baseClass->getTypeParamList()) { in actOnObjCTypeArgsOrProtocolQualifiers()1868 if (auto prevTypeParamList = IDecl->getTypeParamList()) { in ActOnStartCategoryInterface()3130 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
520 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
4617 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()