Lines Matching refs:method_iter
4709 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex() local
4712 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4713 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4715 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()
4746 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local
4749 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4750 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4752 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()
4776 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local
4779 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4780 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4782 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()