Home
last modified time | relevance | path

Searched refs:StringToMatch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.h91 bool match(StringRef StringToMatch) const { in match() argument
93 return FilterRE.match(StringToMatch); in match()
94 return FilterStr == StringToMatch.trim().str(); in match()