Searched refs:next_line_start (Results 1 – 1 of 1) sorted by relevance
3118 def CheckComment(line, filename, linenum, next_line_start, error): argument3133 if (not (Match(r'^.*{ *//', line) and next_line_start == commentpos) and3277 next_line_start = 03280 next_line_start = len(next_line) - len(next_line.lstrip())3281 CheckComment(line, filename, linenum, next_line_start, error)