Searched refs:classmeth_begin (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h572 return classmeth_range(classmeth_begin(), classmeth_end());
574 classmeth_iterator classmeth_begin() const { function in class:clang::ObjCContainerDecl
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5174 unsigned NumMethods = std::distance(PDecl->classmeth_begin(),
5195 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end();
5197 if (I == PDecl->classmeth_begin())
5247 if (PDecl->classmeth_begin() != PDecl->classmeth_end()) {
5416 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(),
5489 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) {
5693 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(),
5744 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) {

Completed in 403 milliseconds