GCC Middle and Back End API Reference
ana::event_loc_info Struct Reference

#include <checker-event.h>

Public Member Functions

 event_loc_info (location_t loc, tree fndecl, int depth)
 

Data Fields

location_t m_loc
 
tree m_fndecl
 
int m_depth
 

Detailed Description

A bundle of location information for a checker_event.   

Constructor & Destructor Documentation

◆ event_loc_info()

ana::event_loc_info::event_loc_info ( location_t loc,
tree fndecl,
int depth )
inline

Field Documentation

◆ m_depth

int ana::event_loc_info::m_depth

◆ m_fndecl

tree ana::event_loc_info::m_fndecl

◆ m_loc

location_t ana::event_loc_info::m_loc

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