Searched refs:meth_end (Results 1 – 3 of 3) sorted by relevance
728 return method_range(meth_begin(), meth_end()); in methods()733 method_iterator meth_end() const { in meth_end() function
1818 …um_functions = std::distance(class_interface_decl->meth_begin(), class_interface_decl->meth_end()); in GetNumMemberFunctions()1832 …um_functions = std::distance(class_interface_decl->meth_begin(), class_interface_decl->meth_end()); in GetNumMemberFunctions()1911 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex()1941 auto method_end = class_interface_decl->meth_end(); in GetMemberFunctionAtIndex()
646 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()