Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dearley-parser.h127 struct LexerResult { struct
161 const Item* completed_item, const LexerResult& tokens) const;
193 const Item* item, const LexerResult& tokens);
250 std::string SplitByChildren(const LexerResult& tokens) const;
252 void CheckAmbiguity(const Item& other, const LexerResult& tokens) const;
254 MatchedInput GetMatchedInput(const LexerResult& tokens) const { in GetMatchedInput()
289 const Item* item, const LexerResult& tokens) { in RunAction()
296 Symbol* start, const LexerResult& tokens,
300 const LexerResult& tokens) { in ParseTokens()
330 V8_EXPORT_PRIVATE LexerResult RunLexer(const std::string& input);
[all …]
Dearley-parser.cc36 const LexerResult& tokens) const { in RunAction()
69 std::string Item::SplitByChildren(const LexerResult& tokens) const { in SplitByChildren()
85 void Item::CheckAmbiguity(const Item& other, const LexerResult& tokens) const { in CheckAmbiguity()
104 LexerResult Lexer::RunLexer(const std::string& input) { in RunLexer()
105 LexerResult result; in RunLexer()
172 Symbol* start, const LexerResult& tokens, in RunEarleyAlgorithm()