Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp227 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCInterfaceDecl()
239 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCProtocolDecl()
/external/llvm-project/clang/lib/Index/
DIndexDecl.cpp413 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()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp690 ? D->getReferencedProtocols() in handleObjCInterface()
731 ? D->getReferencedProtocols() in handleObjCProtocol()
755 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp684 ? D->getReferencedProtocols() in handleObjCInterface()
725 ? D->getReferencedProtocols() in handleObjCProtocol()
749 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
/external/clang/lib/AST/
DDeclPrinter.cpp1150 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1188 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
DDeclObjC.cpp690 Cat->getReferencedProtocols(); in lookupMethod()
/external/clang/include/clang/AST/
DDeclObjC.h1254 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2018 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2238 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1339 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2119 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
2355 const ObjCProtocolList &getReferencedProtocols() const { in getReferencedProtocols() function
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1336 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl()
1374 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
DDeclObjC.cpp721 Cat->getReferencedProtocols(); in lookupMethod()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1115 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
4018 search(protocol->getReferencedProtocols()); in searchFrom()
4025 search(category->getReferencedProtocols()); in searchFrom()
4057 search(iface->getReferencedProtocols()); in searchFrom()
DSemaCodeComplete.cpp5073 = Protocol->getReferencedProtocols(); in AddObjCMethods()
5098 = CatDecl->getReferencedProtocols(); in AddObjCMethods()
6314 = IFace->getReferencedProtocols(); in FindImplementableMethods()
6337 = Category->getReferencedProtocols(); in FindImplementableMethods()
6360 = Protocol->getReferencedProtocols(); in FindImplementableMethods()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1204 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency()
4331 search(protocol->getReferencedProtocols()); in searchFrom()
4338 search(category->getReferencedProtocols()); in searchFrom()
4370 search(iface->getReferencedProtocols()); in searchFrom()
DSemaCodeComplete.cpp6816 Protocol->getReferencedProtocols(); in AddObjCMethods()
6841 CatDecl->getReferencedProtocols(); in AddObjCMethods()
8033 IFace->getReferencedProtocols(); in FindImplementableMethods()
8056 Category->getReferencedProtocols(); in FindImplementableMethods()
8079 Protocol->getReferencedProtocols(); in FindImplementableMethods()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp1190 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
3241 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp668 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5384 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5664 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp7072 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp5391 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData()
5669 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp7072 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2066 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()