Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp428 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCInterfaceDecl()
441 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCProtocolDecl()
491 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCCategoryDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp697 ? D->getReferencedProtocols() in handleObjCInterface()
738 ? D->getReferencedProtocols() in handleObjCProtocol()
762 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1319 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2109 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2345 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp1383 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1421 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
H A DDeclObjC.cpp729 Cat->getReferencedProtocols(); in lookupMethod()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1205 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
4339 search(protocol->getReferencedProtocols()); in searchFrom()
4346 search(category->getReferencedProtocols()); in searchFrom()
4378 search(iface->getReferencedProtocols()); in searchFrom()
H A DSemaCodeComplete.cpp7468 Protocol->getReferencedProtocols(); in AddObjCMethods()
7493 CatDecl->getReferencedProtocols(); in AddObjCMethods()
8685 IFace->getReferencedProtocols(); in FindImplementableMethods()
8708 Category->getReferencedProtocols(); in FindImplementableMethods()
8731 Protocol->getReferencedProtocols(); in FindImplementableMethods()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1195 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
3330 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5379 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5657 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp7061 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()