Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp413 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCInterfaceDecl()
426 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCProtocolDecl()
476 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCCategoryDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp690 ? D->getReferencedProtocols() in handleObjCInterface()
731 ? D->getReferencedProtocols() in handleObjCProtocol()
755 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1317 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2097 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2333 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1370 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1408 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
H A DDeclObjC.cpp721 Cat->getReferencedProtocols(); in lookupMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1204 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
4331 search(protocol->getReferencedProtocols()); in searchFrom()
4338 search(category->getReferencedProtocols()); in searchFrom()
4370 search(iface->getReferencedProtocols()); in searchFrom()
H A DSemaCodeComplete.cpp6978 Protocol->getReferencedProtocols(); in AddObjCMethods()
7003 CatDecl->getReferencedProtocols(); in AddObjCMethods()
8195 IFace->getReferencedProtocols(); in FindImplementableMethods()
8218 Category->getReferencedProtocols(); in FindImplementableMethods()
8241 Protocol->getReferencedProtocols(); in FindImplementableMethods()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1192 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
3245 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp666 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5391 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5669 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp7072 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()