Searched refs:getReferencedProtocols (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 428 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 D | ODRHash.cpp | 635 ID.AddInteger(IF->getReferencedProtocols().size()); in AddObjCInterfaceDecl() 772 ID.AddInteger(P->getReferencedProtocols().size()); in AddObjCProtocolDecl()
|
| H A D | DeclPrinter.cpp | 1526 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1564 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
|
| H A D | ODRDiagsEmitter.cpp | 1998 auto &FirstProtos = FirstID->getReferencedProtocols(); in diagnoseMismatch() 2125 FirstProtocol->getReferencedProtocols(); in diagnoseMismatch()
|
| H A D | DeclObjC.cpp | 737 Cat->getReferencedProtocols(); in lookupMethod()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1330 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 D | SemaDeclObjC.cpp | 1213 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 D | SemaCodeComplete.cpp | 7609 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 D | CGObjCGNU.cpp | 1211 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 D | ObjCMT.cpp | 662 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 5379 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData() 5657 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
|
| H A D | RewriteModernObjC.cpp | 7060 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
|