Lines Matching defs:symbol
129 Symbol* symbol = MatchToken(&pos, end);
130 DCHECK_IMPLIES(symbol != nullptr, pos != token_start);
133 if (!symbol) {
141 result.token_symbols.push_back(symbol);
157 Symbol* symbol = nullptr;
164 symbol = &pair.second;
181 if (pattern_size > 0) return symbol;
204 // Start with one top_level symbol mapping to the start symbol of the grammar.
205 // This simplifies things because the start symbol might have several
228 // symbol next.
234 // 'Scan' phase: Check if {next} is the next symbol in the input (this