Lines Matching full:start_pos
4583 int start_pos = scope->start_position();
4586 : (start_pos > 0 ? start_pos - 1 : start_pos);
4587 Scanner::Location location = Scanner::Location(position, start_pos);
4606 int start_pos = scope->start_position();
4609 : (start_pos > 0 ? start_pos - 1 : start_pos);
4610 Scanner::Location location = Scanner::Location(position, start_pos);