Searched refs:getReferencedProtocols (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 697 ? 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 D | DeclObjC.h | 1319 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 D | DeclPrinter.cpp | 1383 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1421 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
|
| H A D | DeclObjC.cpp | 729 Cat->getReferencedProtocols(); in lookupMethod()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1205 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 D | SemaCodeComplete.cpp | 7468 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 D | CGObjCGNU.cpp | 1195 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 D | ObjCMT.cpp | 665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
| /llvm-project-15.0.7/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 | 7061 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
|