MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::ast::InferExpr Class Reference

#include <mim/ast/ast.h>

Inheritance diagram for mim::ast::InferExpr:
[legend]

Public Member Functions

 InferExpr (Loc loc)
 
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 ()
 

Detailed Description

Definition at line 293 of file ast.h.

Constructor & Destructor Documentation

◆ InferExpr()

mim::ast::InferExpr::InferExpr ( Loc loc)
inline

Definition at line 295 of file ast.h.

Member Function Documentation

◆ bind()

void mim::ast::InferExpr::bind ( Scopes & ) const
overridevirtual

Implements mim::ast::Expr.

Definition at line 116 of file bind.cpp.

◆ emit_()

Ref mim::ast::InferExpr::emit_ ( Emitter & e) const
overrideprivatevirtual

Implements mim::ast::Expr.

Definition at line 118 of file emit.cpp.

◆ stream()

std::ostream & mim::ast::InferExpr::stream ( Tab & ,
std::ostream & os ) const
overridevirtual

Implements mim::ast::Node.

Definition at line 78 of file stream.cpp.


The documentation for this class was generated from the following files: