Searched refs:CleanseComments (Results 1 – 5 of 5) sorted by relevance
1144 cpplint.CleanseComments('int foo = 0; // danger!'))1146 cpplint.CleanseComments('int /* foo */ o = 0;'))1148 cpplint.CleanseComments('foo(int a /* abc */, int b);'))1150 cpplint.CleanseComments('f(a, /* name */ b);'))1152 cpplint.CleanseComments('f(a /* name */, b);'))1154 cpplint.CleanseComments('f(a, /* name */b);'))1156 cpplint.CleanseComments('f(a, /**/b, /**/c);'))1158 cpplint.CleanseComments('f(a, /**/b/**/, c);'))
1402 def CleanseComments(line): function1436 self.lines.append(CleanseComments(1439 self.elided.append(CleanseComments(elided))4064 CleanseComments(clean_lines.raw_lines[opening_linenum])):5474 clean_line = CleanseComments(line)
970 def CleanseComments(line): function1001 self.lines.append(CleanseComments(lines[linenum]))1003 self.elided.append(CleanseComments(elided))3647 clean_line = CleanseComments(line)
1156 def CleanseComments(line): function1188 self.lines.append(CleanseComments(1191 self.elided.append(CleanseComments(elided))4364 clean_line = CleanseComments(line)