Searched refs:getReferencedProtocols (Results 1 – 11 of 11) sorted by relevance
428 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCInterfaceDecl()441 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCProtocolDecl()491 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCCategoryDecl()
642 ID.AddInteger(IF->getReferencedProtocols().size()); in AddObjCInterfaceDecl()785 ID.AddInteger(P->getReferencedProtocols().size()); in AddObjCProtocolDecl()
1488 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()1526 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
2003 auto &FirstProtos = FirstID->getReferencedProtocols(); in diagnoseMismatch()2130 FirstProtocol->getReferencedProtocols(); in diagnoseMismatch()
736 Cat->getReferencedProtocols(); in lookupMethod()
1332 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function2150 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function2393 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1209 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()4353 search(protocol->getReferencedProtocols()); in searchFrom()4360 search(category->getReferencedProtocols()); in searchFrom()4392 search(iface->getReferencedProtocols()); in searchFrom()
7678 Protocol->getReferencedProtocols(); in AddObjCMethods()7703 CatDecl->getReferencedProtocols(); in AddObjCMethods()8940 IFace->getReferencedProtocols(); in FindImplementableMethods()8963 Category->getReferencedProtocols(); in FindImplementableMethods()8986 Protocol->getReferencedProtocols(); in FindImplementableMethods()
1210 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()3447 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
662 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
7058 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()