Searched refs:m_format_postprocessor (Results 1 – 8 of 8) sorted by relevance
1495 if (pp->m_format_postprocessor) in pp_format()1496 pp->m_format_postprocessor->handle (pp); in pp_format()1662 m_format_postprocessor (NULL), in pretty_printer()1685 m_format_postprocessor (NULL), in pretty_printer()1697 if (other.m_format_postprocessor) in pretty_printer()1698 m_format_postprocessor = other.m_format_postprocessor->clone (); in pretty_printer()1703 if (m_format_postprocessor) in ~pretty_printer()1704 delete m_format_postprocessor; in ~pretty_printer()
267 format_postprocessor *m_format_postprocessor; variable
29396 the pp_format_decoder callback. Call any m_format_postprocessor's29399 m_format_postprocessor.29401 m_format_postprocessor.29405 (struct pretty_printer::m_format_postprocessor): New field.
1495 if (pp->m_format_postprocessor) in pp_format()1496 pp->m_format_postprocessor->handle (pp); in pp_format()1662 m_format_postprocessor (NULL), in pretty_printer()1685 m_format_postprocessor (NULL), in pretty_printer()1697 if (other.m_format_postprocessor) in pretty_printer()1698 m_format_postprocessor = other.m_format_postprocessor->clone (); in pretty_printer()1703 if (m_format_postprocessor) in ~pretty_printer()1704 delete m_format_postprocessor; in ~pretty_printer() local
179 pp->m_format_postprocessor = new cxx_format_postprocessor (); in cxx_initialize_diagnostics()4281 gcc_assert (pp->m_format_postprocessor); in cp_printer()4283 = static_cast <cxx_format_postprocessor *> (pp->m_format_postprocessor); in cp_printer()
179 pp->m_format_postprocessor = new cxx_format_postprocessor (); in cxx_initialize_diagnostics()4385 gcc_assert (pp->m_format_postprocessor); in cp_printer()4387 = static_cast <cxx_format_postprocessor *> (pp->m_format_postprocessor); in cp_printer()
3249 to pp->m_format_postprocessor.