Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Regex

313 /// \brief Create a new Regex instance out of the string value in \p RpassArg.
314 /// It returns a pointer to the newly generated Regex instance.
315 static std::shared_ptr<llvm::Regex>
320 std::shared_ptr<llvm::Regex> Pattern = std::make_shared<llvm::Regex>(Val);