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.cpp991 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1029 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
DDeclObjC.cpp578 Cat->getReferencedProtocols(); in lookupMethod()
/external/clang/include/clang/AST/
DDeclObjC.h805 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1553 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1763 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/external/clang/lib/Sema/
DSemaDeclObjC.cpp695 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
2865 search(protocol->getReferencedProtocols()); in searchFrom()
2872 search(category->getReferencedProtocols()); in searchFrom()
2904 search(iface->getReferencedProtocols()); in searchFrom()
DSemaCodeComplete.cpp4836 = Protocol->getReferencedProtocols(); in AddObjCMethods()
4861 = CatDecl->getReferencedProtocols(); in AddObjCMethods()
6069 = IFace->getReferencedProtocols(); in FindImplementableMethods()
6092 = Category->getReferencedProtocols(); in FindImplementableMethods()
6115 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp564 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp5440 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5721 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp7245 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2028 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()