MimIR 0.1
MimIR is my Intermediate Representation
|
This is the complete list of members for mim::ast::LamDecl, including all inherited members.
bind(Scopes &) const override | mim::ast::RecDecl | virtual |
bind_body(Scopes &) const override | mim::ast::LamDecl | virtual |
bind_decl(Scopes &) const override | mim::ast::LamDecl | virtual |
body() const | mim::ast::RecDecl | inline |
codom() const | mim::ast::LamDecl | inline |
dbg() const | mim::ast::RecDecl | inline |
Decl(Loc loc) | mim::ast::Decl | inlineprotected |
def() const | mim::ast::Decl | inline |
def_ | mim::ast::Decl | mutableprotected |
dom(size_t i) const | mim::ast::LamDecl | inline |
doms() const | mim::ast::LamDecl | inline |
dump() const | mim::ast::Node | |
emit(Emitter &) const override | mim::ast::RecDecl | virtual |
emit_body(Emitter &) const override | mim::ast::LamDecl | virtual |
emit_decl(Emitter &) const override | mim::ast::LamDecl | virtual |
is_external() const | mim::ast::LamDecl | inline |
LamDecl(Loc loc, Tok::Tag tag, bool is_external, Dbg dbg, Ptrs< Dom > &&doms, Ptr< Expr > &&codom, Ptr< Expr > &&body, Ptr< RecDecl > &&next) | mim::ast::LamDecl | inline |
loc() const | mim::ast::Node | inline |
next() const | mim::ast::RecDecl | inline |
Node(Loc loc) | mim::ast::Node | inlineprotected |
num_doms() const | mim::ast::LamDecl | inline |
RecDecl(Loc loc, Dbg dbg, Ptr< Expr > &&type, Ptr< Expr > &&body, Ptr< RecDecl > &&next) | mim::ast::RecDecl | inline |
stream(Tab &, std::ostream &) const override | mim::ast::LamDecl | virtual |
tag() const | mim::ast::LamDecl | inline |
type() const | mim::ast::RecDecl | inline |
ValDecl(Loc loc) | mim::ast::ValDecl | inlineprotected |
~Node() | mim::ast::Node | inlineprotectedvirtual |