MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/ast/ast.h>
Public Member Functions | |
Ref | def () const |
Public Member Functions inherited from mim::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 mim::ast::Node | |
Node (Loc loc) | |
virtual | ~Node () |
Protected Attributes | |
Ref | def_ = nullptr |
|
inline |
Definition at line 151 of file ast.h.
References def_.
Referenced by mim::ast::IdExpr::emit_(), mim::ast::Ptrn::emit_value(), and mim::ast::TuplePtrn::emit_value_().
|
mutableprotected |
Definition at line 154 of file ast.h.
Referenced by def(), and mim::ast::Ptrn::emit_value().