Searched refs:RegExpBackReference (Results 1 – 4 of 4) sorted by relevance
126 class RegExpBackReference; variable2907 class RegExpBackReference FINAL : public RegExpTree {2909 explicit RegExpBackReference(RegExpCapture* capture) in RegExpBackReference() function2914 virtual RegExpBackReference* AsBackReference() OVERRIDE;
937 void* RegExpUnparser::VisitBackReference(RegExpBackReference* that, in VisitBackReference()
4343 RegExpTree* atom = new(zone()) RegExpBackReference(capture); in ParseDisjunction()
5101 RegExpNode* RegExpBackReference::ToNode(RegExpCompiler* compiler, in ToNode()