Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp454 ? D->getReferencedProtocols() in handleObjCInterface()
494 ? D->getReferencedProtocols() in handleObjCProtocol()
518 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
/external/clang/include/clang/AST/
DDeclObjC.h725 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1387 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1585 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/external/clang/lib/AST/
DDeclPrinter.cpp965 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1002 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
DDeclObjC.cpp414 Cat->getReferencedProtocols(); in lookupMethod()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp641 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
2698 search(protocol->getReferencedProtocols()); in searchFrom()
2705 search(category->getReferencedProtocols()); in searchFrom()
2741 search(iface->getReferencedProtocols()); in searchFrom()
DSemaCodeComplete.cpp4866 = Protocol->getReferencedProtocols(); in AddObjCMethods()
4899 = CatDecl->getReferencedProtocols(); in AddObjCMethods()
6130 = IFace->getReferencedProtocols(); in FindImplementableMethods()
6156 = Category->getReferencedProtocols(); in FindImplementableMethods()
6179 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp5500 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5784 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp7324 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2036 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()