Searched refs:RegexName (Results 1 – 2 of 2) sorted by relevance
47 TEST(TypeMatcherTests, RegexName) { in TEST() argument
245 const std::string RegexName = (Twine("^") + StringRef(Name) + "$").str(); in hasNameRegex() local246 Regex MatchName(RegexName); in hasNameRegex()255 const std::string RegexName = (Twine("^") + StringRef(Name) + "$").str(); in hasRestoredNameRegex() local256 Regex MatchName(RegexName); in hasRestoredNameRegex()