Searched refs:temp_expression (Results 1 – 1 of 1) sorted by relevance
2239 llvm::StringRef temp_expression = remainder; in GetValueForExpressionPath_Impl() local2250 if (temp_expression.empty()) { in GetValueForExpressionPath_Impl()2255 switch (temp_expression.front()) { in GetValueForExpressionPath_Impl()2257 temp_expression = temp_expression.drop_front(); in GetValueForExpressionPath_Impl()2279 if (!temp_expression.startswith(">")) { in GetValueForExpressionPath_Impl()2290 temp_expression.front() == '.' && in GetValueForExpressionPath_Impl()2301 temp_expression = temp_expression.drop_front(); // skip . or > in GetValueForExpressionPath_Impl()2303 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl()2308 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()2375 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()[all …]