Home
last modified time | relevance | path

Searched refs:classmeth_end (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5149 PDecl->classmeth_end()); in RewriteObjCProtocolMetaData()
5169 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end(); in RewriteObjCProtocolMetaData()
5220 if (PDecl->classmeth_begin() != PDecl->classmeth_end()) { in RewriteObjCProtocolMetaData()
5387 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(), in RewriteObjCClassMetaData()
5460 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) { in RewriteObjCClassMetaData()
5663 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(), in RewriteObjCCategoryImplDecl()
5713 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) { in RewriteObjCCategoryImplDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1048 return classmeth_range(classmeth_begin(), classmeth_end()); in class_methods()
1055 classmeth_iterator classmeth_end() const { in classmeth_end() function
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1733 if (OID->classmeth_begin() == OID->classmeth_end()) in GenerateClass()
1738 OID->classmeth_end()); in GenerateClass()
3277 OCD->classmeth_end()); in GenerateCategory()
3517 OID->classmeth_end()); in GenerateClass()