Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDIndexDecl.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-stable/contrib/llvm-project/clang/lib/AST/
HDODRHash.cpp642 ID.AddInteger(IF->getReferencedProtocols().size()); in AddObjCInterfaceDecl()
785 ID.AddInteger(P->getReferencedProtocols().size()); in AddObjCProtocolDecl()
HDDeclPrinter.cpp1488 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1526 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
HDODRDiagsEmitter.cpp2003 auto &FirstProtos = FirstID->getReferencedProtocols(); in diagnoseMismatch()
2130 FirstProtocol->getReferencedProtocols(); in diagnoseMismatch()
HDDeclObjC.cpp736 Cat->getReferencedProtocols(); in lookupMethod()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h1332 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2150 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2393 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp1209 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
4353 search(protocol->getReferencedProtocols()); in searchFrom()
4360 search(category->getReferencedProtocols()); in searchFrom()
4392 search(iface->getReferencedProtocols()); in searchFrom()
HDSemaCodeComplete.cpp7678 Protocol->getReferencedProtocols(); in AddObjCMethods()
7703 CatDecl->getReferencedProtocols(); in AddObjCMethods()
8940 IFace->getReferencedProtocols(); in FindImplementableMethods()
8963 Category->getReferencedProtocols(); in FindImplementableMethods()
8986 Protocol->getReferencedProtocols(); in FindImplementableMethods()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp1210 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
3447 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp662 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp5379 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5657 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
HDRewriteModernObjC.cpp7058 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()