Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h1014 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
1781 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2006 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclPrinter.cpp1094 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1132 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
HDDeclObjC.cpp637 Cat->getReferencedProtocols(); in lookupMethod()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp1094 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
3821 search(protocol->getReferencedProtocols()); in searchFrom()
3828 search(category->getReferencedProtocols()); in searchFrom()
3860 search(iface->getReferencedProtocols()); in searchFrom()
HDSemaCodeComplete.cpp5052 = Protocol->getReferencedProtocols(); in AddObjCMethods()
5077 = CatDecl->getReferencedProtocols(); in AddObjCMethods()
6293 = IFace->getReferencedProtocols(); in FindImplementableMethods()
6316 = Category->getReferencedProtocols(); in FindImplementableMethods()
6339 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp676 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp5416 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5696 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
HDRewriteModernObjC.cpp7214 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCGNU.cpp2029 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()