|
FE 0.13.1
Header-only C++ frontend library
|
This is the complete list of members for fe::Error, including all inherited members.
| ack(std::ostream &os=std::cerr) | fe::Error | inline |
| bail(std::ostream &os=std::cerr) | fe::Error | inline |
| clear() | fe::Error | inline |
| empty() const | fe::Error | inline |
| Error(const Driver &driver) | fe::Error | inlineexplicit |
| error(Loc loc, std::format_string< Args... > s, Args &&... args) | fe::Error | inline |
| msg(Loc loc, Tag tag, const std::function< std::string()> &fmt) | fe::Error | inline |
| msg(Loc loc, Tag tag, std::format_string< Args... > s, Args &&... args) | fe::Error | inline |
| msgs() const | fe::Error | inline |
| note(std::format_string< Args... > s, Args &&... args) | fe::Error | inline |
| note(Loc loc, std::format_string< Args... > s, Args &&... args) | fe::Error | inline |
| num_errors() const | fe::Error | inline |
| num_notes() const | fe::Error | inline |
| num_warnings() const | fe::Error | inline |
| ok() const | fe::Error | inline |
| operator<<(std::ostream &os, const Error &e) | fe::Error | friend |
| report(std::ostream &os=std::cerr) | fe::Error | inline |
| str(std::ostream &os=std::cerr) const | fe::Error | inline |
| Tag typedef | fe::Error | |
| truncated() const | fe::Error | inline |
| warn(Loc loc, std::format_string< Args... > s, Args &&... args) | fe::Error | inline |