Searched refs:getReferencedProtocols (Results 1 – 11 of 11) sorted by relevance
227 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCInterfaceDecl()239 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCProtocolDecl()
684 ? D->getReferencedProtocols() in handleObjCInterface()725 ? D->getReferencedProtocols() in handleObjCProtocol()749 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
1254 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function2018 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function2238 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1150 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()1188 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
690 Cat->getReferencedProtocols(); in lookupMethod()
1115 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()4018 search(protocol->getReferencedProtocols()); in searchFrom()4025 search(category->getReferencedProtocols()); in searchFrom()4057 search(iface->getReferencedProtocols()); in searchFrom()
5073 = Protocol->getReferencedProtocols(); in AddObjCMethods()5098 = CatDecl->getReferencedProtocols(); in AddObjCMethods()6314 = IFace->getReferencedProtocols(); in FindImplementableMethods()6337 = Category->getReferencedProtocols(); in FindImplementableMethods()6360 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
5384 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()5664 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
7072 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
2066 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()