Home
last modified time | relevance | path

Searched refs:getReferencedProtocols (Results 1 – 10 of 10) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp461 ? D->getReferencedProtocols() in handleObjCInterface()
502 ? D->getReferencedProtocols() in handleObjCProtocol()
526 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
/external/clang/lib/AST/
DDeclPrinter.cpp1014 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1052 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
DDeclObjC.cpp581 Cat->getReferencedProtocols(); in lookupMethod()
/external/clang/include/clang/AST/
DDeclObjC.h806 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1558 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1772 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/external/clang/lib/Sema/
DSemaDeclObjC.cpp691 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
2921 search(protocol->getReferencedProtocols()); in searchFrom()
2928 search(category->getReferencedProtocols()); in searchFrom()
2960 search(iface->getReferencedProtocols()); in searchFrom()
DSemaCodeComplete.cpp4981 = Protocol->getReferencedProtocols(); in AddObjCMethods()
5006 = CatDecl->getReferencedProtocols(); in AddObjCMethods()
6214 = IFace->getReferencedProtocols(); in FindImplementableMethods()
6237 = Category->getReferencedProtocols(); in FindImplementableMethods()
6260 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp676 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5420 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5700 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp7218 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2034 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()