Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_options.h60 void SetCompilerRegex(const std::string &newRegexPattern) in SetCompilerRegex() argument
62 Options::SetCompilerRegex(newRegexPattern); in SetCompilerRegex()
63 regex_ = newRegexPattern; in SetCompilerRegex()