Home | History | Annotate | Download | only in src

Lines Matching refs:Clone

656   // Returns a clone of this node initialized using the copy constructor
659 virtual RegExpNode* Clone() = 0;
756 virtual ActionNode* Clone() { return new ActionNode(*this); }
817 virtual TextNode* Clone() {
883 virtual AssertionNode* Clone() { return new AssertionNode(*this); }
912 virtual BackReferenceNode* Clone() { return new BackReferenceNode(*this); }
934 virtual EndNode* Clone() { return new EndNode(*this); }
1016 virtual ChoiceNode* Clone() { return new ChoiceNode(*this); }
1088 virtual LoopChoiceNode* Clone() { return new LoopChoiceNode(*this); }