Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:Dup

857     /// must dup the type node, but ID has been added.
859 /// Referencing a rule result twice is ok; dup entire tree as
1507 /// Once a node or subtree has been used in a stream, it must be dup'd
1510 /// If dirty, then next() always returns a dup.
1597 /// When constructing trees, sometimes we need to dup a token or AST
1598 /// subtree. Dup'ing a token means just creating another AST node
1600 /// unless the element is for a tree root; then it must be a node dup
1602 function Dup
3619 // if size is 1, it's ok; return and we'll dup
3622 // out of elements and size was not 1, so we can't dup
3657 function TRewriteRuleSubtreeStream.Dup(
3682 // if necessary, dup (at most a single node since this is for making root nodes).
3688 // if out of elements and size is 1, dup
3689 Result := FetchObject(Dup);