Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5115 unsigned NumMethods = std::distance(PDecl->classmeth_begin(), in RewriteObjCProtocolMetaData()
5136 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end(); in RewriteObjCProtocolMetaData()
5138 if (I == PDecl->classmeth_begin()) in RewriteObjCProtocolMetaData()
5187 if (PDecl->classmeth_begin() != PDecl->classmeth_end()) { in RewriteObjCProtocolMetaData()
5354 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(), in RewriteObjCClassMetaData()
5427 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) { in RewriteObjCClassMetaData()
5630 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(), in RewriteObjCCategoryImplDecl()
5680 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) { in RewriteObjCCategoryImplDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1048 return classmeth_range(classmeth_begin(), classmeth_end()); in class_methods()
1051 classmeth_iterator classmeth_begin() const { in classmeth_begin() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1753 if (OID->classmeth_begin() == OID->classmeth_end()) in GenerateClass()
1757 ClassMethods.insert(ClassMethods.begin(), OID->classmeth_begin(), in GenerateClass()
3570 ClassMethods.insert(ClassMethods.begin(), OCD->classmeth_begin(), in GenerateCategory()
3808 ClassMethods.insert(ClassMethods.begin(), OID->classmeth_begin(), in GenerateClass()