Lines Matching refs:RegExStr
791 RegExStr = "(\n$)";
810 RegExStr += '^';
812 RegExStr += " *";
839 RegExStr += '(';
846 RegExStr += ')';
890 size_t SubstInsertIdx = RegExStr.size();
978 RegExStr += '(';
1009 RegExStr += ')';
1044 RegExStr += Regex::escape(PatternStr.substr(0, FixedMatchEnd));
1050 RegExStr += " *";
1051 RegExStr += '$';
1066 RegExStr += RS.str();
1074 RegExStr += Backref;
1096 StringRef RegExToMatch = RegExStr;
1099 TmpStr = RegExStr;
1197 ExampleString = RegExStr;