Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp980 size_t num_path_elements = num_args - (leaf_is_command ? 1 : 0); in VerifyUserMultiwordCmdPath() local
981 for (size_t cursor = 1; cursor < num_path_elements && cur_as_multi != nullptr; in VerifyUserMultiwordCmdPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6785 const size_t num_path_elements = path->size(); in GetIndexOfChildMemberWithName() local
6786 for (size_t e = 0; e < num_path_elements; ++e) { in GetIndexOfChildMemberWithName()