Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp227 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCInterfaceDecl()
239 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCProtocolDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp684 ? D->getReferencedProtocols() in handleObjCInterface()
725 ? D->getReferencedProtocols() in handleObjCProtocol()
749 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
/external/clang/include/clang/AST/
DDeclObjC.h1254 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2018 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2238 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/external/clang/lib/AST/
DDeclPrinter.cpp1150 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1188 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
DDeclObjC.cpp690 Cat->getReferencedProtocols(); in lookupMethod()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1115 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
4018 search(protocol->getReferencedProtocols()); in searchFrom()
4025 search(category->getReferencedProtocols()); in searchFrom()
4057 search(iface->getReferencedProtocols()); in searchFrom()
DSemaCodeComplete.cpp5073 = Protocol->getReferencedProtocols(); in AddObjCMethods()
5098 = CatDecl->getReferencedProtocols(); in AddObjCMethods()
6314 = IFace->getReferencedProtocols(); in FindImplementableMethods()
6337 = Category->getReferencedProtocols(); in FindImplementableMethods()
6360 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5384 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5664 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp7072 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2066 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()