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

#include <mim/ast/ast.h>

Inheritance diagram for mim::ast::AxmDecl::Alias:
[legend]

Public Member Functions

 Alias (Dbg dbg)
Dbg dbg () const
void bind (Scopes &, const AxmDecl *) const
std::ostream & stream (Tab &, std::ostream &) const override
Public Member Functions inherited from mim::ast::Decl
const Defdef () const
Public Member Functions inherited from mim::ast::Node
Loc loc () const
void dump () const

Friends

class AxmDecl

Additional Inherited Members

Protected Member Functions inherited from mim::ast::Decl
 Decl (Loc loc)
Protected Member Functions inherited from mim::ast::Node
 Node (Loc loc)
virtual ~Node ()
Protected Attributes inherited from mim::ast::Decl
const Defdef_ = nullptr

Detailed Description

Definition at line 861 of file ast.h.

Constructor & Destructor Documentation

◆ Alias()

mim::ast::AxmDecl::Alias::Alias ( Dbg dbg)
inline

Definition at line 863 of file ast.h.

References dbg(), mim::ast::Decl::Decl(), and mim::ast::Node::loc().

Member Function Documentation

◆ bind()

void mim::ast::AxmDecl::Alias::bind ( Scopes & s,
const AxmDecl * axm ) const

Definition at line 248 of file bind.cpp.

References AxmDecl, dbg(), mim::ast::AxmDecl::dbg(), mim::ast::Node::loc(), and mim::Dbg::sym().

◆ dbg()

Dbg mim::ast::AxmDecl::Alias::dbg ( ) const
inline

Definition at line 867 of file ast.h.

Referenced by Alias(), bind(), and stream().

◆ stream()

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

Implements mim::ast::Node.

Definition at line 183 of file stream.cpp.

References dbg().

◆ AxmDecl

friend class AxmDecl
friend

Definition at line 876 of file ast.h.

References AxmDecl.

Referenced by AxmDecl, and bind().


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