MimIR 0.1
MimIR is my Intermediate Representation
|
tag
More...
#include <mim/ast/ast.h>
Public Member Functions | |
PrimaryExpr (Loc loc, Tok::Tag tag) | |
PrimaryExpr (Tok tok) | |
Tok::Tag | tag () const |
void | bind (Scopes &) const override |
std::ostream & | stream (Tab &, std::ostream &) const override |
Public Member Functions inherited from mim::ast::Expr | |
Ref | emit (Emitter &) const |
virtual Ref | emit_decl (Emitter &, Ref) const |
virtual void | emit_body (Emitter &, Ref) const |
Public Member Functions inherited from mim::ast::Node | |
Loc | loc () const |
void | dump () const |
Private Member Functions | |
Ref | 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) | |
virtual | ~Node () |
|
inline |
|
overridevirtual |
Implements mim::ast::Expr.
Implements mim::ast::Expr.
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 79 of file stream.cpp.
References mim::print(), and tag().
|
inline |