|
MimIR 0.1
MimIR is my Intermediate Representation
|
cfun dbg dom -> codom
More...
#include <mim/ast/ast.h>
Public Member Functions | |
| CDecl (Loc loc, Tok::Tag tag, Dbg dbg, Ptr< Ptrn > &&dom, Ptr< Expr > &&codom) | |
| Dbg | dbg () const |
| Tok::Tag | tag () const |
| const Ptrn * | dom () const |
| const Expr * | codom () const |
| void | bind (Scopes &) const override |
| void | emit (Emitter &) const override |
| std::ostream & | stream (Tab &, std::ostream &) const override |
Public Member Functions inherited from mim::ast::Decl | |
| const Def * | def () const |
Public Member Functions inherited from mim::ast::Node | |
| Loc | loc () const |
| void | dump () const |
Additional Inherited Members | |
Protected Member Functions inherited from mim::ast::ValDecl | |
| 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 () |
Protected Attributes inherited from mim::ast::Decl | |
| const Def * | def_ = nullptr |
|
inline |
Definition at line 1014 of file ast.h.
References codom(), dbg(), dom(), mim::ast::Node::loc(), tag(), and mim::ast::ValDecl::ValDecl().
|
overridevirtual |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Implements mim::ast::ValDecl.
Definition at line 518 of file emit.cpp.
References codom(), dbg(), mim::ast::Decl::def_, dom(), and tag().
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 235 of file stream.cpp.
References codom(), dbg(), dom(), mim::print(), and tag().
|
inline |