Searched refs:next_stmt_exploc (Results 1 – 3 of 3) sorted by relevance
304 expanded_location next_stmt_exploc = expand_location (next_stmt_loc); in should_warn_for_misleading_indentation() local310 if (!guard_exploc.column || !body_exploc.column || !next_stmt_exploc.column) in should_warn_for_misleading_indentation()337 if (next_stmt_exploc.file != body_exploc.file) in should_warn_for_misleading_indentation()364 if (next_stmt_exploc.line == body_exploc.line) in should_warn_for_misleading_indentation()375 gcc_assert (guard_exploc.file == next_stmt_exploc.file); in should_warn_for_misleading_indentation()376 gcc_assert (guard_exploc.line == next_stmt_exploc.line); in should_warn_for_misleading_indentation()425 if (next_stmt_exploc.line > body_exploc.line) in should_warn_for_misleading_indentation()439 if (!get_visual_column (next_stmt_exploc, in should_warn_for_misleading_indentation()532 next_stmt_exploc.line, in should_warn_for_misleading_indentation()
7317 update call to get_visual_column for next_stmt_exploc so that it
294 expanded_location next_stmt_exploc = expand_location (next_stmt_loc); in should_warn_for_misleading_indentation() local300 if (next_stmt_exploc.file != body_exploc.file) in should_warn_for_misleading_indentation()327 if (next_stmt_exploc.line == body_exploc.line) in should_warn_for_misleading_indentation()338 gcc_assert (guard_exploc.file == next_stmt_exploc.file); in should_warn_for_misleading_indentation()339 gcc_assert (guard_exploc.line == next_stmt_exploc.line); in should_warn_for_misleading_indentation()388 if (next_stmt_exploc.line > body_exploc.line) in should_warn_for_misleading_indentation()402 if (!get_visual_column (next_stmt_exploc, next_stmt_loc, in should_warn_for_misleading_indentation()495 next_stmt_exploc.line, in should_warn_for_misleading_indentation()