Searched refs:method_iter (Results 1 – 1 of 1) sorted by relevance
4471 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex() local4474 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()4475 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()4477 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()4507 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local4510 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()4511 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()4513 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()4537 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local4540 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()[all …]