Home | History | Annotate | Download | only in src

Lines Matching refs:dup

324 	stream->dup			= dupTok;
343 stream->dup = dupTok;
362 stream->dup = dupTok;
388 stream->dup = dupTree;
410 stream->dup = dupTree;
433 stream->dup = dupTree;
457 stream->dup = dupTreeNode;
476 stream->dup = dupTreeNode;
495 stream->dup = dupTreeNode;
565 /// size==1. If we've already used the element, dup (dirty bit set).
577 // if out of elements and size is 1, dup
580 return stream->dup(stream, el);
612 return stream->dup(stream, el);
645 // Special case when size is single element, it will just dup a lot
661 stream->cursor++; // Cursor advances even for single element as this tells us to dup()
677 /// When constructing trees, sometimes we need to dup a token or AST
678 /// subtree. Dup'ing a token means just creating another AST node
684 ANTLR3_FPRINTF(stderr, "dup() cannot be called on a token rewrite stream!!");
691 /// When constructing trees, sometimes we need to dup a token or AST
692 /// subtree. Dup'ing a token means just creating another AST node
705 /// When constructing trees, sometimes we need to dup a token or AST
706 /// subtree. Dup'ing a token means just creating another AST node
712 ANTLR3_FPRINTF(stderr, "dup() cannot be called on a node rewrite stream!!!");
782 /// must dup the type node, but ID has been added.
784 /// Referencing to a rule result twice is ok; dup entire tree as
798 // dup the node that we have