Searched refs:meth_end (Results 1 – 5 of 5) sorted by relevance
965 return method_range(meth_begin(), meth_end()); in methods()970 method_iterator meth_end() const { in meth_end() function
1036 return method_range(meth_begin(), meth_end()); in methods()1043 method_iterator meth_end() const { in meth_end() function
4253 class_interface_decl->meth_end()); in GetNumMemberFunctions()4269 class_interface_decl->meth_end()); in GetNumMemberFunctions()4337 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex()4367 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex()
637 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()
640 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()