Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1748 if (OID->classmeth_begin() == OID->classmeth_end()) in GenerateClass()
1753 OID->classmeth_end()); in GenerateClass()
3480 OCD->classmeth_end()); in GenerateCategory()
3717 OID->classmeth_end()); in GenerateClass()