LLVM: llvm::DiagnosticInfoDontCall Class Reference (original) (raw)
#include "[llvm/IR/DiagnosticInfo.h](DiagnosticInfo%5F8h%5Fsource.html)"
Inheritance diagram for llvm::DiagnosticInfoDontCall:
| 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 |
Detailed Description
Definition at line 1195 of file DiagnosticInfo.h.
Constructor & Destructor Documentation
Member Function Documentation
◆ classof()
◆ getFunctionName()
| StringRef llvm::DiagnosticInfoDontCall::getFunctionName ( ) const | inline |
|---|
◆ getLocCookie()
| uint64_t llvm::DiagnosticInfoDontCall::getLocCookie ( ) const | inline |
|---|
◆ getNote()
| StringRef llvm::DiagnosticInfoDontCall::getNote ( ) const | inline |
|---|
◆ print()
The documentation for this class was generated from the following files:
- include/llvm/IR/DiagnosticInfo.h
- lib/IR/DiagnosticInfo.cpp