Home | History | Annotate | Download | only in include

Lines Matching refs:DC

185 #define diagnostic_starter(DC) (DC)->begin_diagnostic
189 #define diagnostic_finalizer(DC) (DC)->end_diagnostic
192 #define diagnostic_context_auxiliary_data(DC) (DC)->x_data
196 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder)
199 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
203 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
205 #define diagnostic_flush_buffer(DC) pp_base_flush ((DC)->printer)
209 #define diagnostic_last_module_changed(DC, MAP) \
210 ((DC)->last_module != MAP)
214 #define diagnostic_set_last_module(DC, MAP) \
215 (DC)->last_module = MAP
218 #define diagnostic_abort_on_error(DC) \
219 (DC)->abort_on_error = true
227 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)]
238 #define diagnostic_report_warnings_p(DC, LOC) \
239 (!(DC)->dc_inhibit_warnings \
240 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))