GCC Middle and Back End API Reference
gcc::topics::analyzer_events::on_tu_finished Struct Reference

#include <common.h>

Collaboration diagram for gcc::topics::analyzer_events::on_tu_finished:

Data Fields

ana::loggerm_logger
const ana::translation_unit & m_tu

Detailed Description

A message published by the analyzer when the frontend finishes
parsing the TU, to allow it to look up pertinent items using the FE's
name-resolution logic.   

Field Documentation

◆ m_logger

ana::logger* gcc::topics::analyzer_events::on_tu_finished::m_logger

◆ m_tu

const ana::translation_unit& gcc::topics::analyzer_events::on_tu_finished::m_tu

The documentation for this struct was generated from the following file: