Home
last modified time | relevance | path

Searched refs:meth_end (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h965 return method_range(meth_begin(), meth_end()); in methods()
970 method_iterator meth_end() const { in meth_end() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp637 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()