|
MimIR 0.1
MimIR is my Intermediate Representation
|
Public Member Functions | |
| DummyDecl () | |
| std::ostream & | stream (Tab &, std::ostream &os) const final |
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::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 11 of file bind.cpp.
References mim::ast::Decl::Decl().
|
inlinefinalvirtual |
Implements mim::ast::Node.