Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp635 ID.AddInteger(IF->getReferencedProtocols().size()); in AddObjCInterfaceDecl()
772 ID.AddInteger(P->getReferencedProtocols().size()); in AddObjCProtocolDecl()
H A DDeclPrinter.cpp1526 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1564 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
H A DODRDiagsEmitter.cpp1998 auto &FirstProtos = FirstID->getReferencedProtocols(); in diagnoseMismatch()
2125 FirstProtocol->getReferencedProtocols(); in diagnoseMismatch()
H A DDeclObjC.cpp737 Cat->getReferencedProtocols(); in lookupMethod()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1330 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2147 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2392 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1213 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
4346 search(protocol->getReferencedProtocols()); in searchFrom()
4353 search(category->getReferencedProtocols()); in searchFrom()
4385 search(iface->getReferencedProtocols()); in searchFrom()
H A DSemaCodeComplete.cpp7609 Protocol->getReferencedProtocols(); in AddObjCMethods()
7634 CatDecl->getReferencedProtocols(); in AddObjCMethods()
8847 IFace->getReferencedProtocols(); in FindImplementableMethods()
8870 Category->getReferencedProtocols(); in FindImplementableMethods()
8893 Protocol->getReferencedProtocols(); in FindImplementableMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1211 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
3448 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp662 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5379 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5657 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
H A DRewriteModernObjC.cpp7060 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()