Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4396 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex() local
4399 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4400 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4402 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()
4432 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local
4435 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4436 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4438 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()
4462 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local
4466 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
[all …]