Lines Matching defs:Clone
697 // Returns a clone of this node initialized using the copy constructor
700 virtual RegExpNode* Clone() = 0;
799 virtual ActionNode* Clone() { return new ActionNode(*this); }
863 virtual TextNode* Clone() {
932 virtual AssertionNode* Clone() { return new AssertionNode(*this); }
964 virtual BackReferenceNode* Clone() { return new BackReferenceNode(*this); }
989 virtual EndNode* Clone() { return new EndNode(*this); }
1074 virtual ChoiceNode* Clone() { return new ChoiceNode(*this); }
1150 virtual LoopChoiceNode* Clone() { return new LoopChoiceNode(*this); }