Searched refs:line_regex (Results 1 – 2 of 2) sorted by relevance
75 line_regex = re.compile(82 match = line_regex.match(line)
819 static const std::regex line_regex( // matches #line directives in GetLineAndFilename() local833 bool found_line = std::regex_match(string, captures, line_regex); in GetLineAndFilename()