20#ifndef GCC_SELFTEST_DIAGNOSTIC_SHOW_LOCUS_H
21#define GCC_SELFTEST_DIAGNOSTIC_SHOW_LOCUS_H
40struct diagnostic_show_locus_fixture
42 diagnostic_show_locus_fixture (
const line_table_case &case_,
45 const char *get_filename ()
const
47 return m_tmp_source_file.get_filename ();
50 const char *m_content;
51 temp_source_file m_tmp_source_file;
52 line_table_test m_ltt;
72struct diagnostic_show_locus_fixture_one_liner_utf8
73 :
public diagnostic_show_locus_fixture
75 diagnostic_show_locus_fixture_one_liner_utf8 (
const line_table_case &case_);
Definition dump-context.h:31