MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/ast/ast.h>
Public Member Functions | |
Alias (Dbg dbg) | |
Dbg | dbg () const |
void | bind (Scopes &, const AxiomDecl *) const |
std::ostream & | stream (Tab &, std::ostream &) const override |
Public Member Functions inherited from mim::ast::Decl | |
Ref | def () const |
Public Member Functions inherited from mim::ast::Node | |
Loc | loc () const |
void | dump () const |
Friends | |
class | AxiomDecl |
Additional Inherited Members | |
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 | |
Ref | def_ = nullptr |
Definition at line 215 of file bind.cpp.
References mim::ast::AxiomDecl::dbg(), mim::ast::Node::loc(), and mim::Dbg::sym().
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 160 of file stream.cpp.