Lines Matching refs:Regexp
32 static bool CanBeEmptyString(Regexp *re);
37 class PCREWalker : public Regexp::Walker<bool> {
40 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg, bool* child_args,
43 bool ShortVisit(Regexp* re, bool a) { in ShortVisit()
53 bool PCREWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit()
83 if (re->parse_flags() & Regexp::WasDollar) in PostVisit()
101 bool Regexp::MimicsPCRE() { in MimicsPCRE()
114 class EmptyStringWalker : public Regexp::Walker<bool> {
117 bool PostVisit(Regexp* re, bool parent_arg, bool pre_arg,
120 bool ShortVisit(Regexp* re, bool a) { in ShortVisit()
134 bool EmptyStringWalker::PostVisit(Regexp* re, bool parent_arg, bool pre_arg, in PostVisit()
180 static bool CanBeEmptyString(Regexp* re) { in CanBeEmptyString()