Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpEmpty

131 class RegExpEmpty;
2925 class RegExpEmpty FINAL : public RegExpTree {
2927 RegExpEmpty() { }
2931 virtual RegExpEmpty* AsEmpty() OVERRIDE;
2935 static RegExpEmpty* GetInstance() {
2936 static RegExpEmpty* instance = ::new RegExpEmpty();