dbg_0.....dbg_n-1. More...
#include <mim/ast/ast.h>
Public Types | |
| using | VLA_Types = std::tuple<Dbg> |
Public Member Functions | |
| Path (Loc loc) | |
| auto | dbgs () const |
| Dbg | front () const |
| Dbg | back () const |
| const Decl * | decl () const |
| void | bind (Scopes &, bool quiet=false) const |
| void | stream (fe::Tab &, std::ostream &) const override |
| Public Member Functions inherited from mim::ast::Node | |
| Loc | loc () const |
| void | dump () const |
Additional Inherited Members | |
| Protected Member Functions inherited from mim::ast::Node | |
| Node (Loc loc) | |
| using mim::ast::Path::VLA_Types = std::tuple<Dbg> |
|
inline |
Definition at line 454 of file ast.h.
References mim::ast::Node::loc(), and mim::ast::Node::Node().
| void mim::ast::Path::bind | ( | Scopes & | s, |
| bool | quiet = false ) const |
Definition at line 182 of file bind.cpp.
References dbgs(), front(), and mim::ast::Priv.
|
inline |
|
inline |
|
overridevirtual |
Implements mim::ast::Node.
Definition at line 103 of file stream.cpp.
References dbgs().
Referenced by mim::ast::PathExpr::stream().