MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/ast/ast.h>
Public Member Functions | |
ErrorPtrn (Loc loc) | |
void | bind (Scopes &, bool rebind, bool quiet) const override |
Ref | emit_value (Emitter &, Ref) const override |
Ref | emit_type (Emitter &) const override |
std::ostream & | stream (Tab &, std::ostream &) const override |
![]() | |
Ptrn (Loc loc) | |
virtual bool | is_implicit () const |
![]() | |
Ref | def () const |
![]() | |
Loc | loc () const |
void | dump () const |
Additional Inherited Members | |
![]() | |
static Ptr< Expr > | to_expr (AST &, Ptr< Ptrn > &&) |
static Ptr< Ptrn > | to_ptrn (Ptr< Expr > &&) |
![]() | |
Decl (Loc loc) | |
![]() | |
Node (Loc loc) | |
virtual | ~Node () |
![]() | |
Ref | def_ = nullptr |
|
overridevirtual |
Implements mim::ast::Ptrn.
Implements mim::ast::Ptrn.
Implements mim::ast::Ptrn.
Definition at line 53 of file emit.cpp.
References mim::ast::Decl::def().
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 53 of file stream.cpp.