Home
last modified time | relevance | path

Searched refs:method_iter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4422 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex() local
4425 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4426 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4428 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()
4458 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local
4461 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4462 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4464 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()
4488 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local
4492 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
[all …]