Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpQuantifier

145 class RegExpQuantifier;
2396 class RegExpQuantifier: public RegExpTree {
2399 RegExpQuantifier(int min, int max, Type type, RegExpTree* body)
2421 virtual RegExpQuantifier* AsQuantifier();