/external/clang/lib/Index/ |
D | IndexDecl.cpp | 227 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCInterfaceDecl() 239 TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D)); in VisitObjCProtocolDecl()
|
/external/llvm-project/clang/lib/Index/ |
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()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 690 ? D->getReferencedProtocols() in handleObjCInterface() 731 ? D->getReferencedProtocols() in handleObjCProtocol() 755 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 684 ? D->getReferencedProtocols() in handleObjCInterface() 725 ? D->getReferencedProtocols() in handleObjCProtocol() 749 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1150 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1188 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
|
D | DeclObjC.cpp | 690 Cat->getReferencedProtocols(); in lookupMethod()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1254 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/ |
D | DeclObjC.h | 1339 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/ |
D | DeclPrinter.cpp | 1336 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); in VisitObjCInterfaceDecl() 1374 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); in VisitObjCProtocolDecl()
|
D | DeclObjC.cpp | 721 Cat->getReferencedProtocols(); in lookupMethod()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1115 PDecl->getLocation(), PDecl->getReferencedProtocols())) in CheckForwardProtocolDeclarationForCircularDependency() 4018 search(protocol->getReferencedProtocols()); in searchFrom() 4025 search(category->getReferencedProtocols()); in searchFrom() 4057 search(iface->getReferencedProtocols()); in searchFrom()
|
D | SemaCodeComplete.cpp | 5073 = 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/ |
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()
|
D | SemaCodeComplete.cpp | 6816 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/ |
D | CGObjCGNU.cpp | 1190 const auto &ReferencedProtocols = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList() 3241 const auto &RefPro = OCD->getReferencedProtocols(); in GenerateCategoryProtocolList()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 668 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); in rewriteToObjCInterfaceDecl()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5384 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData() 5664 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
|
D | RewriteModernObjC.cpp | 7072 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 5391 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), in RewriteObjCClassMetaData() 5669 RewriteObjCProtocolListMetaData(CDecl->getReferencedProtocols(), "CATEGORY", in RewriteObjCCategoryImplDecl()
|
D | RewriteModernObjC.cpp | 7072 const ObjCList<ObjCProtocolDecl> &Protocols = CDecl->getReferencedProtocols(); in RewriteObjCClassMetaData()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 2066 const ObjCList<ObjCProtocolDecl> &Protos = CatDecl->getReferencedProtocols(); in GenerateCategory()
|