GCC Middle and Back End API Reference
ana::pending_note_subclass< Subclass > Class Template Referenceabstract

#include <pending-diagnostic.h>

Inheritance diagram for ana::pending_note_subclass< Subclass >:
Collaboration diagram for ana::pending_note_subclass< Subclass >:

Public Member Functions

bool subclass_equal_p (const pending_note &base_other) const final override
 
virtual const charget_kind () const =0
 
virtual void emit () const =0
 
bool equal_p (const pending_note &other) const
 

Detailed Description

template<class Subclass>
class ana::pending_note_subclass< Subclass >
Analogous to pending_diagnostic_subclass, but for pending_note.   

Member Function Documentation

◆ emit()

virtual void ana::pending_note::emit ( ) const
pure virtualinherited

◆ equal_p()

bool ana::pending_note::equal_p ( const pending_note & other) const
inlineinherited

◆ get_kind()

virtual const char * ana::pending_note::get_kind ( ) const
pure virtualinherited

◆ subclass_equal_p()

template<class Subclass >
bool ana::pending_note_subclass< Subclass >::subclass_equal_p ( const pending_note & base_other) const
inlinefinaloverridevirtual

Implements ana::pending_note.

References ggc_alloc().


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