This is the complete list of members for ErrorStore, including all inherited members.
add(ASTNode *context, int severity, const char *messagefmt,...) | ErrorStore | |
add(const char *location, int severity, const char *messagefmt,...) | ErrorStore | |
addError(ASTNode *context, const char *messagefmt,...) | ErrorStore | |
addError(const char *location, const char *messagefmt,...) | ErrorStore | |
addWarning(ASTNode *context, const char *messagefmt,...) | ErrorStore | |
addWarning(const char *location, const char *messagefmt,...) | ErrorStore | |
clear() | ErrorStore | inline |
containsError() const | ErrorStore | |
empty() const | ErrorStore | inline |
errorContext(int i) const | ErrorStore | |
errorLocation(int i) const | ErrorStore | |
errorSeverity(int i) const | ErrorStore | |
errorSeverityCode(int i) const | ErrorStore | |
ErrorStore() | ErrorStore | inline |
errorText(int i) const | ErrorStore | |
findFirstErrorFor(ASTNode *node, int startIndex) const | ErrorStore | |
numMessages() const | ErrorStore | inline |
setPrintToStderr(bool p) | ErrorStore | inline |
severityName(int severity) | ErrorStore | static |
~ErrorStore() | ErrorStore | inline |