|
Yume
|
#include <notes.hpp>


Public Member Functions | |
| auto | emit (Loc location, Severity severity=Severity::Note) -> Note |
Public Attributes | |
| vector< SourceFile * > | context_files |
| llvm::raw_ostream * | stream {&llvm::errs()} |
| Loc | prev_loc {} |
|
inline |
Definition at line 55 of file notes.hpp.
Referenced by yume::ast::parser::Parser::emit_fatal_and_terminate(), and yume::ast::parser::Parser::emit_note().
| vector<SourceFile*> yume::diagnostic::NotesHolder::context_files |
Definition at line 51 of file notes.hpp.
Referenced by yume::diagnostic::Note::emit().
| Loc yume::diagnostic::NotesHolder::prev_loc {} |
Definition at line 53 of file notes.hpp.
Referenced by yume::diagnostic::Note::emit().
| llvm::raw_ostream* yume::diagnostic::NotesHolder::stream {&llvm::errs()} |
Definition at line 52 of file notes.hpp.
Referenced by yume::diagnostic::Note::emit().