Searched refs:RegexText (Results 1 – 2 of 2) sorted by relevance
33 SmallString<128> RegexText("^"); in consumeGlob() local37 RegexText.push_back('.'); in consumeGlob()39 RegexText.push_back('\\'); in consumeGlob()40 RegexText.push_back(C); in consumeGlob()42 RegexText.push_back('$'); in consumeGlob()43 return llvm::Regex(RegexText); in consumeGlob()
421 SmallString<128> RegexText("^"); in verifyChecks() local425 RegexText.push_back('.'); in verifyChecks()427 RegexText.push_back('\\'); in verifyChecks()428 RegexText.push_back(C); in verifyChecks()430 RegexText.push_back('$'); in verifyChecks()431 llvm::Regex Glob(RegexText); in verifyChecks()