Searched refs:RegexStr (Results 1 – 5 of 5) sorted by relevance
185 std::string RegexStr; in escape() local188 RegexStr += '\\'; in escape()189 RegexStr += String[i]; in escape()192 return RegexStr; in escape()
197 std::string RegexStr; in escape() local200 RegexStr += '\\'; in escape()201 RegexStr += String[i]; in escape()204 return RegexStr; in escape()
216 std::string RegexStr; in escape() local219 RegexStr += '\\'; in escape()220 RegexStr += String[i]; in escape()223 return RegexStr; in escape()
220 std::string RegexStr; in escape() local223 RegexStr += '\\'; in escape()224 RegexStr += C; in escape()227 return RegexStr; in escape()
184 StringRef RegexStr) in RegexDirective() argument186 Regex(RegexStr) { } in RegexDirective()897 std::string RegexStr; in create() local905 RegexStr += "("; in create()906 RegexStr.append(S.data(), RegexMatchLength); in create()907 RegexStr += ")"; in create()914 RegexStr += llvm::Regex::escape(S.substr(0, VerbatimMatchLength)); in create()920 DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max, RegexStr); in create()