Searched refs:meth_begin (Results 1 – 4 of 4) sorted by relevance
1013 return method_range(meth_begin(), meth_end()); in methods()1016 method_iterator meth_begin() const { in meth_begin() function
2051 ObjCCategoryDecl::method_iterator Method2 = D2->meth_begin(), in IsStructurallyEquivalent()2053 for (ObjCCategoryDecl::method_iterator Method1 = D1->meth_begin(), in IsStructurallyEquivalent()
637 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()
4374 num_functions = std::distance(class_interface_decl->meth_begin(), in GetNumMemberFunctions()4390 num_functions = std::distance(class_interface_decl->meth_begin(), in GetNumMemberFunctions()4458 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex()4488 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex()