Home
last modified time | relevance | path

Searched refs:matched_input (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/torque/
Dearley-parser.cc44 MatchedInput matched_input = completed_item->GetMatchedInput(tokens); in RunAction() local
45 CurrentSourcePosition::Scope pos_scope(matched_input.pos); in RunAction()
46 ParseResultIterator iterator(std::move(results), matched_input); in RunAction()
Dearley-parser.h100 MatchedInput matched_input) in ParseResultIterator() argument
101 : results_(std::move(results)), matched_input_(matched_input) {} in ParseResultIterator()
117 const MatchedInput& matched_input() const { return matched_input_; } in matched_input() function
379 return ParseResult{child_results->matched_input().ToString()}; in YieldMatchedInput()
Dtorque-parser.cc492 child_results->matched_input().pos); in MakeTypeswitchStatement()
570 return ParseResult{TypeswitchCase{child_results->matched_input().pos, in MakeTypeswitchCase()
691 ExpressionWithSource{e, child_results->matched_input().ToString()}}; in MakeExpressionWithSource()