Home
last modified time | relevance | path

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

/external/google-styleguide/cpplint/
Dcpplint.py3111 def CheckComment(line, filename, linenum, next_line_start, error): argument
3126 if (not (Match(r'^.*{ *//', line) and next_line_start == commentpos) and
3270 next_line_start = 0
3273 next_line_start = len(next_line) - len(next_line.lstrip())
3274 CheckComment(line, filename, linenum, next_line_start, error)