#include <mim/ast/ast.h>
Public Member Functions | |
| PathExpr (Ptr< Path > path) | |
| const Path * | path () const |
| Dbg | dbg () const |
| const Decl * | decl () const |
| void | bind (Scopes &) const override |
| void | stream (fe::Tab &, std::ostream &) const override |
| Public Member Functions inherited from mim::ast::Expr | |
| const Def * | emit (Emitter &) const |
| const Def * | emit_decl (Emitter &, const Def *type) const |
| void | emit_body (Emitter &, const Def *decl) const |
| Public Member Functions inherited from mim::ast::Node | |
| Loc | loc () const |
| void | dump () const |
Private Member Functions | |
| const Def * | emit_ (Emitter &) const override |
Additional Inherited Members | |
| Protected Member Functions inherited from mim::ast::Expr | |
| Expr (Loc loc) | |
| Protected Member Functions inherited from mim::ast::Node | |
| Node (Loc loc) | |
Definition at line 472 of file ast.h.
References mim::ast::Expr::Expr(), mim::ast::Node::loc(), and path().
|
overridevirtual |
|
inline |
|
inline |
Implements mim::ast::Expr.
Definition at line 160 of file emit.cpp.
References dbg(), decl(), and mim::ast::Node::loc().
|
inline |
Definition at line 476 of file ast.h.
Referenced by bind(), PathExpr(), and stream().
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 105 of file stream.cpp.
References path(), and mim::ast::Path::stream().