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

/external/clang/include/clang/AST/
H A DDeclObjC.h572 return classmeth_range(classmeth_begin(), classmeth_end());
577 classmeth_iterator classmeth_end() const { function in class:clang::ObjCContainerDecl
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp5195 PDecl->classmeth_end());
5215 I = PDecl->classmeth_begin(), E = PDecl->classmeth_end();
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 1160 milliseconds