Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5137 PDecl->classmeth_end()); in RewriteObjCProtocolMetaData()
5157 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end(); in RewriteObjCProtocolMetaData()
5208 if (PDecl->classmeth_begin() != PDecl->classmeth_end()) { in RewriteObjCProtocolMetaData()
5375 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(), in RewriteObjCClassMetaData()
5448 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) { in RewriteObjCClassMetaData()
5651 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(), in RewriteObjCCategoryImplDecl()
5701 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) { in RewriteObjCCategoryImplDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1047 return classmeth_range(classmeth_begin(), classmeth_end()); in class_methods()
1054 classmeth_iterator classmeth_end() const { in classmeth_end() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1739 if (OID->classmeth_begin() == OID->classmeth_end()) in GenerateClass()
1744 OID->classmeth_end()); in GenerateClass()
3362 OCD->classmeth_end()); in GenerateCategory()
3602 OID->classmeth_end()); in GenerateClass()