Searched refs:RegExToMatch (Results 1 – 3 of 3) sorted by relevance
423 StringRef RegExToMatch = RegExStr; in Match() local453 RegExToMatch = TmpStr; in Match()458 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match()
624 StringRef RegExToMatch = RegExStr; in match() local648 RegExToMatch = TmpStr; in match()655 if (!Regex(RegExToMatch, Flags).match(Buffer, &MatchInfo)) in match()
1203 StringRef RegExToMatch = RegExStr; in match() local1237 RegExToMatch = TmpStr; in match()1244 if (!Regex(RegExToMatch, Flags).match(Buffer, &MatchInfo)) in match()