Searched refs:newline_at_start (Results 1 – 1 of 1) sorted by relevance
1157 bool newline_at_start, bool newline_at_end) in strip_multiline_string_indentation() argument1166 if (!newline_at_start) { in strip_multiline_string_indentation()3004 bool newline_at_start = *(yytext - 1) == '\n' || *(yytext - 1) == '\r';3009 newline_at_start, newline != 0)) {3105 bool newline_at_start = *(yytext - 1) == '\n' || *(yytext - 1) == '\r';3108 newline_at_start, newline != 0)) {
Completed in 8 milliseconds