Lines Matching defs:item
269 const Item* item, const LexerResult& tokens);
288 // A complete item has the mark at the right end, which means the input range
295 // The symbol right after the mark is expected at {pos} for this item to
305 // completed item for this parse.
306 // We create a new item, which moves the mark one forward.
320 // Collect the items representing the AST children of this completed item.
338 // because they are just globally unique data associated with an item.
365 const Item* item, const LexerResult& tokens) {
366 DCHECK(item->IsComplete());
367 DCHECK_EQ(item->left(), this);
368 return item->rule()->RunAction(item, tokens);