Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp2069 llvm::StringRef temp_expression = remainder; in GetValueForExpressionPath_Impl() local
2080 if (temp_expression.empty()) { in GetValueForExpressionPath_Impl()
2085 switch (temp_expression.front()) { in GetValueForExpressionPath_Impl()
2087 temp_expression = temp_expression.drop_front(); in GetValueForExpressionPath_Impl()
2109 if (!temp_expression.startswith(">")) { in GetValueForExpressionPath_Impl()
2120 temp_expression.front() == '.' && in GetValueForExpressionPath_Impl()
2131 temp_expression = temp_expression.drop_front(); // skip . or > in GetValueForExpressionPath_Impl()
2138 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()
2303 if (temp_expression[1] == in GetValueForExpressionPath_Impl()
2322 size_t close_bracket_position = temp_expression.find(']', 1); in GetValueForExpressionPath_Impl()
[all …]