|
MimIR 0.1
MimIR is my Intermediate Representation
|
This is the complete list of members for mim::ast::AxmDecl, including all inherited members.
| AxmDecl(Loc loc, Dbg dbg, std::deque< Ptrs< Alias > > &&subs, Ptr< Expr > &&type, Dbg normalizer, Tok curry, Tok trip) | mim::ast::AxmDecl | inline |
| bind(Scopes &) const override | mim::ast::AxmDecl | virtual |
| curry() const | mim::ast::AxmDecl | inline |
| dbg() const | mim::ast::AxmDecl | inline |
| Decl(Loc loc) | mim::ast::Decl | inlineprotected |
| def() const | mim::ast::Decl | inline |
| def_ | mim::ast::Decl | mutableprotected |
| dump() const | mim::ast::Node | |
| emit(Emitter &) const override | mim::ast::AxmDecl | virtual |
| loc() const | mim::ast::Node | inline |
| Node(Loc loc) | mim::ast::Node | inlineprotected |
| normalizer() const | mim::ast::AxmDecl | inline |
| num_subs() const | mim::ast::AxmDecl | inline |
| stream(Tab &, std::ostream &) const override | mim::ast::AxmDecl | virtual |
| sub(size_t i) const | mim::ast::AxmDecl | inline |
| subs() const | mim::ast::AxmDecl | inline |
| trip() const | mim::ast::AxmDecl | inline |
| type() const | mim::ast::AxmDecl | inline |
| ValDecl(Loc loc) | mim::ast::ValDecl | inlineprotected |
| ~Node() | mim::ast::Node | inlineprotectedvirtual |