|
hoshi-lang dev
Yet another programming language
|
#include <ast.hpp>

Public Member Functions | |
| template<typename T > | |
| vValue (T *t) | |
| conceptDefinition* conceptDefVal |
Definition at line 831 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| dataStructDefStmt* dataStructDefStmtVal |
Definition at line 823 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| enumerationDefinition* enumerationDefVal |
Definition at line 830 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| exportDecl* exportDeclVal |
Definition at line 828 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| funcDefStmt* funcDefStmtVal |
Definition at line 826 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| implStmt* implStmtVal |
Definition at line 824 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| importDecl* importDeclVal |
Definition at line 827 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| interfaceDefStmt* interfaceDefStmtVal |
Definition at line 821 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| letStmt* letStmtVal |
Definition at line 825 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| void* ptr |
Definition at line 832 of file ast.hpp.
Referenced by SymbolExtractor::visitGlobal().
| structDefStmt* structDefStmtVal |
Definition at line 822 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| typeAliasStmt* typeAliasStmtVal |
Definition at line 829 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| useStmt* useStmtVal |
Definition at line 820 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().