Home
last modified time | relevance | path

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

/external/google-styleguide/cpplint/
Dcpplint.py5724 raw_lines_no_comments, linenum): argument
5740 is_forward_declaration = IsForwardClassDeclaration(raw_lines_no_comments,
5747 if IsMacroDefinition(raw_lines_no_comments, linenum):
5756 def CheckItemIndentationInNamespace(filename, raw_lines_no_comments, linenum, argument
5758 line = raw_lines_no_comments[linenum]