Searched refs:methods_regex_ (Results 1 – 2 of 2) sorted by relevance
137 std::regex methods_regex_; variable
59 methods_regex_ = compiler::options.GetCompilerRegex(); in Run()99 …f (compiler::options.WasSetCompilerRegex() && !std::regex_match(unit->GetName(), methods_regex_)) { in Compile()