Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1014 return method_range(meth_begin(), meth_end()); in methods()
1021 method_iterator meth_end() const { in meth_end() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp638 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()