|
Yume
|
#include <errors.hpp>


Public Member Functions | |
| ASTStackTrace (std::string message) | |
| ASTStackTrace (std::string message, const ast::AST &ast) | |
| void | print (llvm::raw_ostream &stream) const override |
Public Attributes | |
| std::string | message |
Definition at line 56 of file errors.hpp.
| yume::ASTStackTrace::ASTStackTrace | ( | std::string | message | ) |
| yume::ASTStackTrace::ASTStackTrace | ( | std::string | message, |
| const ast::AST & | ast | ||
| ) |
|
inlineoverride |
Definition at line 62 of file errors.hpp.
References message.
| std::string yume::ASTStackTrace::message |
Definition at line 57 of file errors.hpp.
Referenced by print().