Searched refs:getReferencedProtocols (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Index/ |
| HD | 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-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ODRHash.cpp | 642 ID.AddInteger(IF->getReferencedProtocols().size()); in AddObjCInterfaceDecl() 785 ID.AddInteger(P->getReferencedProtocols().size()); in AddObjCProtocolDecl()
|
| HD | DeclPrinter.cpp | 1488 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1526 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
|
| HD | ODRDiagsEmitter.cpp | 2003 auto &FirstProtos = FirstID->getReferencedProtocols(); in diagnoseMismatch() 2130 FirstProtocol->getReferencedProtocols(); in diagnoseMismatch()
|
| HD | DeclObjC.cpp | 736 Cat->getReferencedProtocols(); in lookupMethod()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | DeclObjC.h | 1332 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/ |
| HD | SemaDeclObjC.cpp | 1209 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency() 4353 search(protocol->getReferencedProtocols()); in searchFrom() 4360 search(category->getReferencedProtocols()); in searchFrom() 4392 search(iface->getReferencedProtocols()); in searchFrom()
|
| HD | SemaCodeComplete.cpp | 7678 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/ |
| HD | CGObjCGNU.cpp | 1210 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() 3447 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ObjCMT.cpp | 662 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 5379 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData() 5657 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
|
| HD | RewriteModernObjC.cpp | 7058 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
|