Lines Matching refs:DC
407 #define diagnostic_starter(DC) (DC)->begin_diagnostic
411 #define diagnostic_finalizer(DC) (DC)->end_diagnostic
414 #define diagnostic_context_auxiliary_data(DC) (DC)->x_data
418 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder)
421 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
424 #define diagnostic_abort_on_error(DC) \
425 (DC)->abort_on_error = true
437 #define diagnostic_kind_count(DC, DK) (DC)->diagnostic_count[(int) (DK)]
450 #define diagnostic_report_warnings_p(DC, LOC) \
451 (!(DC)->dc_inhibit_warnings \
452 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))