Home | History | Annotate | Download | only in re2

Lines Matching refs:CharClass

237 class CharClass {
251 CharClass* Negate();
254 CharClass(); // not implemented
255 ~CharClass(); // not implemented
256 static CharClass* New(int maxranges);
264 DISALLOW_EVIL_CONSTRUCTORS(CharClass);
329 CharClass* cc() { DCHECK_EQ(op_, kRegexpCharClass); return cc_; }
394 static Regexp* NewCharClass(CharClass* cc, ParseFlags flags);
559 struct { // CharClass
563 CharClass* cc_;
596 CharClass* GetCharClass();