Home | History | Annotate | Download | only in FileCheck

Lines Matching refs:RegExStr

68   std::string RegExStr;
74 /// pattern, e.g. "foo[[bar]]baz". In this case, the RegExStr will contain
180 RegExStr += '(';
185 RegExStr += ')';
265 VariableUses.push_back(std::make_pair(Name, RegExStr.size()));
272 RegExStr += '(';
278 RegExStr += ')';
285 AddFixedStringToRegEx(PatternStr.substr(0, FixedMatchEnd), RegExStr);
329 RegExStr += RS.str();
338 RegExStr += Backref;
380 StringRef RegExToMatch = RegExStr;
383 TmpStr = RegExStr;
444 ExampleString = RegExStr;