Searched refs:getTypeParamList (Results 1 – 12 of 12) sorted by relevance
676 dumpObjCTypeParamList(D->getTypeParamList()); in VisitObjCCategoryDecl()
1290 ObjCTypeParamList *getTypeParamList() const;2373 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; } in getTypeParamList() function
1627 if (ObjCTypeParamList *typeParamList = D->getTypeParamList()) {
1587 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()1599 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()1658 if (ID->getTypeParamList()) in acceptsObjCTypeParams()1692 ObjCTypeParamList *superClassTypeParams = superClassDecl->getTypeParamList(); in computeSuperClassTypeSlow()1707 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); in computeSuperClassTypeSlow()
1596 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl()
321 ObjCTypeParamList *ObjCInterfaceDecl::getTypeParamList() const { in getTypeParamList() function in ObjCInterfaceDecl
10003 ObjCTypeParamList *typeParams = iface->getTypeParamList(); in sameObjCTypeArgs()
4848 if (auto PListOrErr = ImportObjCTypeParamList(D->getTypeParamList())) in VisitObjCCategoryDecl()
839 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()3121 if (ObjCTypeParamList *PrevTypeParams = PrevIDecl->getTypeParamList()) { in ActOnForwardClassDeclaration()
866 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); in applyObjCTypeArgs()
4420 return catDecl->getTypeParamList(); in isObjCMethodWithTypeParams()