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