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 167 of file ast.h.
References def_.
Referenced by mim::ast::IdExpr::emit_(), mim::ast::AliasPtrn::emit_value(), mim::ast::ErrorPtrn::emit_value(), mim::ast::GrpPtrn::emit_value(), mim::ast::IdPtrn::emit_value(), and mim::ast::TuplePtrn::emit_value().
|
mutableprotected |
Definition at line 170 of file ast.h.
Referenced by def(), mim::ast::AliasPtrn::emit_value(), mim::ast::GrpPtrn::emit_value(), mim::ast::IdPtrn::emit_value(), and mim::ast::TuplePtrn::emit_value().