Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpEmpty

143 class RegExpEmpty;
2523 class RegExpEmpty: public RegExpTree {
2525 RegExpEmpty() { }
2529 virtual RegExpEmpty* AsEmpty();
2533 static RegExpEmpty* GetInstance() {
2534 static RegExpEmpty* instance = ::new RegExpEmpty();