Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2299 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2300 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2370 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2371 llvm::StringRef child_name = temp_expression.slice(0, next_sep_pos); in GetValueForExpressionPath_Impl()