|
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 AxmDecl *) const |
| 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 |
Friends | |
| class | AxmDecl |
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 861 of file ast.h.
References dbg(), mim::ast::Decl::Decl(), and mim::ast::Node::loc().
Definition at line 247 of file bind.cpp.
References AxmDecl, dbg(), mim::ast::AxmDecl::dbg(), mim::ast::Node::loc(), and mim::Dbg::sym().
|
inline |
|
overridevirtual |
|
friend |