Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1101 for (auto method_iter = record_decl->method_begin(); in ParseSubroutine() local
1102 method_iter != record_decl->method_end(); in ParseSubroutine()
1103 method_iter++) { in ParseSubroutine()
1104 clang::CXXMethodDecl *method_decl = *method_iter; in ParseSubroutine()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4390 auto method_iter = cxx_record_decl->method_begin(); in GetMemberFunctionAtIndex() local
4393 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4394 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4396 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()
4426 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local
4429 static_cast<size_t>(std::distance(method_iter, method_end))) { in GetMemberFunctionAtIndex()
4430 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
4432 method_iter->getCanonicalDecl(); in GetMemberFunctionAtIndex()
4456 auto method_iter = class_interface_decl->meth_begin(); in GetMemberFunctionAtIndex() local
4460 std::advance(method_iter, idx); in GetMemberFunctionAtIndex()
[all …]