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