Searched refs:pattern_clang_format (Results 1 – 1 of 1) sorted by relevance
53 …ogress_to_console(line, test_type, pattern_progress_bar, pattern_clang_tidy, pattern_clang_format): argument64 match = re.match(pattern_clang_format, line)72 pattern_clang_format = re.compile(r"\[(\d+)/(\d+)\]\s+Running clang-format: (.+)")79 …rogress_to_console(line, test_type, pattern_progress_bar, pattern_clang_tidy, pattern_clang_format)