Searched refs:classmeth_end (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 982 I = CatDecl->classmeth_begin(), E = CatDecl->classmeth_end(); in RewriteCategoryDecl() 1003 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end(); in RewriteProtocolDecl() 1199 E = IMD ? IMD->classmeth_end() : CID->classmeth_end(); in RewriteImplementationDecl() 1247 I = ClassDecl->classmeth_begin(), E = ClassDecl->classmeth_end(); in RewriteInterfaceDecl() 5250 PDecl->classmeth_end()); in RewriteObjCProtocolMetaData() 5270 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end(); in RewriteObjCProtocolMetaData() 5322 if (PDecl->classmeth_begin() != PDecl->classmeth_end()) { in RewriteObjCProtocolMetaData() 5496 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(), in RewriteObjCClassMetaData() 5569 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) { in RewriteObjCClassMetaData() 5777 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(), in RewriteObjCCategoryImplDecl() [all …]
|
D | RewriteModernObjC.cpp | 1146 I = CatDecl->classmeth_begin(), E = CatDecl->classmeth_end(); in RewriteCategoryDecl() 1167 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end(); in RewriteProtocolDecl() 1389 E = IMD ? IMD->classmeth_end() : CID->classmeth_end(); in RewriteImplementationDecl() 1439 I = ClassDecl->classmeth_begin(), E = ClassDecl->classmeth_end(); in RewriteInterfaceDecl() 7069 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end(); in RewriteObjCProtocolMetaData() 7315 ClassMethods(IDecl->classmeth_begin(), IDecl->classmeth_end()); in RewriteObjCClassMetaData() 7574 ClassMethods(IDecl->classmeth_begin(), IDecl->classmeth_end()); in RewriteObjCCategoryImplDecl()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1639 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end(); in CheckProtocolMethodDefs() 1712 I = CDecl->classmeth_begin(), E = CDecl->classmeth_end(); I != E; ++I) { in MatchAllMethodDeclarations() 1792 E = CatIMPDecl->classmeth_end(); I != E; ++I) in CheckCategoryVsClassMethodMatches() 1834 E = IMPDecl->classmeth_end(); I != E; ++I) in ImplMethodsVsClassMethods()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 2612 i = PD->classmeth_begin(), e = PD->classmeth_end(); i != e; ++i) { in GetOrEmitProtocol() 2953 i = OCD->classmeth_begin(), e = OCD->classmeth_end(); i != e; ++i) { in GenerateCategory() 3081 i = ID->classmeth_begin(), e = ID->classmeth_end(); i != e; ++i) { in GenerateClass() 5669 i = ID->classmeth_begin(), e = ID->classmeth_end(); i != e; ++i) { in BuildClassRoTInitializer() 6002 i = OCD->classmeth_begin(), e = OCD->classmeth_end(); i != e; ++i) { in GenerateCategory() 6293 i = PD->classmeth_begin(), e = PD->classmeth_end(); i != e; ++i) { in GetOrEmitProtocol()
|
D | CGObjCGNU.cpp | 1786 iter = PD->classmeth_begin(), endIter = PD->classmeth_end(); in GenerateProtocol() 2025 iter = OCD->classmeth_begin(), endIter = OCD->classmeth_end(); in GenerateCategory() 2262 iter = OID->classmeth_begin(), endIter = OID->classmeth_end(); in GenerateClass()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 535 classmeth_iterator classmeth_end() const { in classmeth_end() function
|