Home | History | Annotate | Download | only in FileCheck

Lines Matching refs:TheStr

128   static void AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr);
311 void Pattern::AddFixedStringToRegEx(StringRef FixedStr, std::string &TheStr) {
329 TheStr += '\\';
332 TheStr += FixedStr[i];