Searched refs:getReferencedProtocols (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexDecl.cpp | 413 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCInterfaceDecl() 426 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCProtocolDecl() 476 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D, in VisitObjCCategoryDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 690 ? D->getReferencedProtocols() in handleObjCInterface() 731 ? D->getReferencedProtocols() in handleObjCProtocol() 755 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1317 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function 2097 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function 2333 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1370 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1408 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
|
H A D | DeclObjC.cpp | 721 Cat->getReferencedProtocols(); in lookupMethod()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1204 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency() 4331 search(protocol->getReferencedProtocols()); in searchFrom() 4338 search(category->getReferencedProtocols()); in searchFrom() 4370 search(iface->getReferencedProtocols()); in searchFrom()
|
H A D | SemaCodeComplete.cpp | 6978 Protocol->getReferencedProtocols(); in AddObjCMethods() 7003 CatDecl->getReferencedProtocols(); in AddObjCMethods() 8195 IFace->getReferencedProtocols(); in FindImplementableMethods() 8218 Category->getReferencedProtocols(); in FindImplementableMethods() 8241 Protocol->getReferencedProtocols(); in FindImplementableMethods()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 1192 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() 3245 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 666 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5391 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData() 5669 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
|
H A D | RewriteModernObjC.cpp | 7072 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
|