Lines Matching full:start_pos
4300 int start_pos = scope->start_position();
4302 ? function_token_pos : (start_pos > 0 ? start_pos - 1 : start_pos);
4303 Scanner::Location location = Scanner::Location(position, start_pos);
4322 int start_pos = scope->start_position();
4324 ? function_token_pos : (start_pos > 0 ? start_pos - 1 : start_pos);
4325 Scanner::Location location = Scanner::Location(position, start_pos);