#include <mim/ast/ast.h>
Definition at line 812 of file ast.h.
◆ Dom()
mim::ast::LamDecl::Dom::Dom |
( |
Loc | loc, |
|
|
bool | is_implicit, |
|
|
Ptr< Ptrn > && | ptrn, |
|
|
Ptr< Expr > && | filter ) |
|
inline |
◆ bind()
void mim::ast::LamDecl::Dom::bind |
( |
Scopes & | scopes, |
|
|
bool | quiet = false ) const |
|
overridevirtual |
◆ emit_value()
Lam * mim::ast::LamDecl::Dom::emit_value |
( |
Emitter & | e | ) |
const |
◆ filter()
const Expr * mim::ast::LamDecl::Dom::filter |
( |
| ) |
const |
|
inline |
◆ stream()
std::ostream & mim::ast::LamDecl::Dom::stream |
( |
Tab & | tab, |
|
|
std::ostream & | os ) const |
|
overridevirtual |
◆ LamDecl
The documentation for this class was generated from the following files: