Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::ast::Decl Class Reference

#include <thorin/ast/ast.h>

Inheritance diagram for thorin::ast::Decl:
[legend]

Public Member Functions

Ref def () const
 
- Public Member Functions inherited from thorin::ast::Node
Loc loc () const
 
virtual std::ostream & stream (Tab &, std::ostream &) const =0
 
void dump () const
 

Protected Member Functions

 Decl (Loc loc)
 
- Protected Member Functions inherited from thorin::ast::Node
 Node (Loc loc)
 
virtual ~Node ()
 

Protected Attributes

Ref def_ = nullptr
 

Detailed Description

Definition at line 145 of file ast.h.

Constructor & Destructor Documentation

◆ Decl()

thorin::ast::Decl::Decl ( Loc  loc)
inlineprotected

Definition at line 147 of file ast.h.

Member Function Documentation

◆ def()

Ref thorin::ast::Decl::def ( ) const
inline

Member Data Documentation

◆ def_

Ref thorin::ast::Decl::def_ = nullptr
mutableprotected

Definition at line 154 of file ast.h.

Referenced by def(), and thorin::ast::Ptrn::emit_value().


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