Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpAtom

137 class RegExpAtom;
2354 class RegExpAtom: public RegExpTree {
2356 explicit RegExpAtom(Vector<const uc16> data) : data_(data) { }
2360 virtual RegExpAtom* AsAtom();