Home
last modified time | relevance | path

Searched refs:MatchedInput (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Dearley-parser.h88 struct MatchedInput { struct
89 MatchedInput(InputPosition begin, InputPosition end, SourcePosition pos) in MatchedInput() argument
100 MatchedInput matched_input) in ParseResultIterator() argument
117 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()
Dearley-parser.cc44 MatchedInput matched_input = completed_item->GetMatchedInput(tokens); in RunAction()
201 MatchedInput last_token = tokens.token_contents[pos]; in RunEarleyAlgorithm()