Searched refs:MatchedInput (Results 1 – 2 of 2) sorted by relevance
88 struct MatchedInput { struct89 MatchedInput(InputPosition begin, InputPosition end, SourcePosition pos) in MatchedInput() argument100 MatchedInput matched_input) in ParseResultIterator() argument117 const MatchedInput& matched_input() const { return matched_input_; } in matched_input()122 MatchedInput matched_input_;129 std::vector<MatchedInput> token_contents;254 MatchedInput GetMatchedInput(const LexerResult& tokens) const { in GetMatchedInput()
44 MatchedInput matched_input = completed_item->GetMatchedInput(tokens); in RunAction()201 MatchedInput last_token = tokens.token_contents[pos]; in RunEarleyAlgorithm()