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 |
![]() | |
const Def * | def () const |
![]() | |
Loc | loc () const |
void | dump () const |
Additional Inherited Members | |
![]() | |
ValDecl (Loc loc) | |
![]() | |
Decl (Loc loc) | |
![]() | |
Node (Loc loc) | |
virtual | ~Node () |
![]() | |
const Def * | def_ = nullptr |
|
inline |
Definition at line 929 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 464 of file emit.cpp.
References codom(), dbg(), mim::ast::Decl::def_, dom(), and tag().
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 213 of file stream.cpp.
References codom(), dbg(), dom(), mim::print(), and tag().
|
inline |