Searched refs:meth_begin (Results 1 – 3 of 3) sorted by relevance
1014 return method_range(meth_begin(), meth_end()); in methods()1017 method_iterator meth_begin() const { in meth_begin() function
2531 ObjCCategoryDecl::method_iterator Method2 = D2->meth_begin(), in IsStructurallyEquivalent()2533 for (ObjCCategoryDecl::method_iterator Method1 = D1->meth_begin(), in IsStructurallyEquivalent()
4423 num_functions = std::distance(class_interface_decl->meth_begin(), in GetNumMemberFunctions()4439 num_functions = std::distance(class_interface_decl->meth_begin(), in GetNumMemberFunctions()4507 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex()4537 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex()