LLVM 20.0.0git
|
#include "llvm/IR/DiagnosticInfo.h"
Public Member Functions | |
DiagnosticInfoDontCall (StringRef CalleeName, StringRef Note, DiagnosticSeverity DS, uint64_t LocCookie) | |
StringRef | getFunctionName () const |
StringRef | getNote () const |
uint64_t | getLocCookie () const |
void | print (DiagnosticPrinter &DP) const override |
Print using the given DP a user-friendly message. | |
Public Member Functions inherited from llvm::DiagnosticInfo | |
DiagnosticInfo (int Kind, DiagnosticSeverity Severity) | |
virtual | ~DiagnosticInfo ()=default |
int | getKind () const |
DiagnosticSeverity | getSeverity () const |
virtual void | print (DiagnosticPrinter &DP) const =0 |
Print using the given DP a user-friendly message. | |
Static Public Member Functions | |
static bool | classof (const DiagnosticInfo *DI) |
Definition at line 1190 of file DiagnosticInfo.h.
|
inline |
Definition at line 1196 of file DiagnosticInfo.h.
References llvm::Note.
|
inlinestatic |
Definition at line 1204 of file DiagnosticInfo.h.
References llvm::DK_DontCall, and llvm::DiagnosticInfo::getKind().
|
inline |
Definition at line 1200 of file DiagnosticInfo.h.
Referenced by print().
|
inline |
Definition at line 1202 of file DiagnosticInfo.h.
|
inline |
|
overridevirtual |
Print using the given DP
a user-friendly message.
This is the default message that will be printed to the user. It is used when the frontend does not directly take advantage of the information contained in fields of the subclasses. The printed message must not end with '.' nor start with a severity keyword.
Implements llvm::DiagnosticInfo.
Definition at line 483 of file DiagnosticInfo.cpp.
References llvm::demangle(), llvm::DS_Error, getFunctionName(), getNote(), and llvm::DiagnosticInfo::getSeverity().