Searched refs:temp_expression (Results 1 – 1 of 1) sorted by relevance
2235 llvm::StringRef temp_expression = remainder; in GetValueForExpressionPath_Impl() local2246 if (temp_expression.empty()) { in GetValueForExpressionPath_Impl()2251 switch (temp_expression.front()) { in GetValueForExpressionPath_Impl()2253 temp_expression = temp_expression.drop_front(); in GetValueForExpressionPath_Impl()2275 if (!temp_expression.starts_with(">")) { in GetValueForExpressionPath_Impl()2286 temp_expression.front() == '.' && in GetValueForExpressionPath_Impl()2297 temp_expression = temp_expression.drop_front(); // skip . or > in GetValueForExpressionPath_Impl()2299 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl()2303 llvm::StringRef child_name = temp_expression; in GetValueForExpressionPath_Impl()2370 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()[all …]