|
MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/ast/ast.h>
Public Member Functions | |
| virtual void | bind (Scopes &) const =0 |
| virtual void | emit (Emitter &) const =0 |
Public Member Functions inherited from mim::ast::Decl | |
| const Def * | 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 | |
| ValDecl (Loc loc) | |
Protected Member Functions inherited from mim::ast::Decl | |
| Decl (Loc loc) | |
Protected Member Functions inherited from mim::ast::Node | |
| Node (Loc loc) | |
| virtual | ~Node () |
Additional Inherited Members | |
Protected Attributes inherited from mim::ast::Decl | |
| const Def * | def_ = nullptr |
|
inlineprotected |
Definition at line 178 of file ast.h.
References mim::ast::Decl::Decl(), and mim::ast::Node::loc().
Referenced by mim::ast::AxmDecl::AxmDecl(), mim::ast::CDecl::CDecl(), mim::ast::LetDecl::LetDecl(), mim::ast::RecDecl::RecDecl(), and mim::ast::RuleDecl::RuleDecl().
|
pure virtual |
Implemented in mim::ast::AxmDecl, mim::ast::CDecl, mim::ast::LetDecl, mim::ast::RecDecl, and mim::ast::RuleDecl.
|
pure virtual |
Implemented in mim::ast::AxmDecl, mim::ast::CDecl, mim::ast::LetDecl, mim::ast::RecDecl, and mim::ast::RuleDecl.