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/Rewrite/Frontend/
H A DRewriteObjC.cpp5194 unsigned NumMethods = std::distance(PDecl->classmeth_begin(),
5215 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end();
5217 if (I == PDecl->classmeth_begin())
5267 if (PDecl->classmeth_begin() != PDecl->classmeth_end()) {
5436 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(),
5509 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) {
5714 RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(),
5765 if (IDecl->classmeth_begin() != IDecl->classmeth_end()) {

Completed in 330 milliseconds