Searched refs:matched_input (Results 1 – 3 of 3) sorted by relevance
44 MatchedInput matched_input = completed_item->GetMatchedInput(tokens); in RunAction() local45 CurrentSourcePosition::Scope pos_scope(matched_input.pos); in RunAction()46 ParseResultIterator iterator(std::move(results), matched_input); in RunAction()
100 MatchedInput matched_input) in ParseResultIterator() argument101 : results_(std::move(results)), matched_input_(matched_input) {} in ParseResultIterator()117 const MatchedInput& matched_input() const { return matched_input_; } in matched_input() function379 return ParseResult{child_results->matched_input().ToString()}; in YieldMatchedInput()
492 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()