Lines Matching refs:temp_expression

2069     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()
2133 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl()
2138 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()
2205 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2207 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
2303 if (temp_expression[1] == in GetValueForExpressionPath_Impl()
2322 size_t close_bracket_position = temp_expression.find(']', 1); in GetValueForExpressionPath_Impl()
2333 temp_expression.slice(1, close_bracket_position); in GetValueForExpressionPath_Impl()
2364 temp_expression.substr(close_bracket_position + 1); // skip ] in GetValueForExpressionPath_Impl()
2418 temp_expression.substr(close_bracket_position + 1); // skip ] in GetValueForExpressionPath_Impl()
2447 temp_expression.substr(close_bracket_position + 1); // skip ] in GetValueForExpressionPath_Impl()
2482 temp_expression.substr(close_bracket_position + 1); // skip ] in GetValueForExpressionPath_Impl()