Searched refs:prev_lines (Results 1 – 3 of 3) sorted by relevance
711 def IsInPreprocessorDirevative(prev_lines, cur_line): argument714 return prev_lines != [] and prev_lines[-1].endswith('\\')
711 def IsInPreprocessorDirective(prev_lines, cur_line): argument714 return prev_lines and prev_lines[-1].endswith('\\')