Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObject.cpp2150 llvm::StringRef temp_expression = remainder; in GetValueForExpressionPath_Impl() local
2161 if (temp_expression.empty()) { in GetValueForExpressionPath_Impl()
2166 switch (temp_expression.front()) { in GetValueForExpressionPath_Impl()
2168 temp_expression = temp_expression.drop_front(); in GetValueForExpressionPath_Impl()
2190 if (!temp_expression.startswith(">")) { in GetValueForExpressionPath_Impl()
2201 temp_expression.front() == '.' && in GetValueForExpressionPath_Impl()
2212 temp_expression = temp_expression.drop_front(); // skip . or > in GetValueForExpressionPath_Impl()
2214 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl()
2219 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()
2286 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
[all …]