Searched refs:method_iter (Results 1 – 1 of 1) sorted by relevance
4440 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex() local4443 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()4444 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()4446 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()4476 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local4479 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()4480 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()4482 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()4506 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local4509 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()[all …]