Searched refs:right_range (Results 1 – 3 of 3) sorted by relevance
65 explicit BinaryOperationSourceRanges(const SourceRange& right_range) in BinaryOperationSourceRanges() argument66 : right_range_(right_range) {} in BinaryOperationSourceRanges()
1026 Expression* node, const SourceRange& right_range) {1030 BinaryOperationSourceRanges(right_range));
3168 SourceRange right_range; in ParseBinaryExpression() local3177 SourceRangeScope right_range_scope(scanner(), &right_range); in ParseBinaryExpression()3207 } else if (impl()->CollapseNaryExpression(&x, y, op, pos, right_range)) { in ParseBinaryExpression()3213 impl()->RecordBinaryOperationSourceRange(x, right_range); in ParseBinaryExpression()