LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::DiagnosticInfoDontCall Class Reference

#include "llvm/IR/DiagnosticInfo.h"

Inheritance diagram for llvm::DiagnosticInfoDontCall:
Inheritance graph
[legend]

Public Member Functions

 DiagnosticInfoDontCall (StringRef CalleeName, StringRef Note, DiagnosticSeverity DS, unsigned LocCookie)
 
StringRef getFunctionName () const
 
StringRef getNote () const
 
unsigned 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)
 

Detailed Description

Definition at line 1101 of file DiagnosticInfo.h.

Constructor & Destructor Documentation

◆ DiagnosticInfoDontCall()

llvm::DiagnosticInfoDontCall::DiagnosticInfoDontCall ( StringRef  CalleeName,
StringRef  Note,
DiagnosticSeverity  DS,
unsigned  LocCookie 
)
inline

Definition at line 1107 of file DiagnosticInfo.h.

References llvm::Note.

Member Function Documentation

◆ classof()

static bool llvm::DiagnosticInfoDontCall::classof ( const DiagnosticInfo DI)
inlinestatic

Definition at line 1115 of file DiagnosticInfo.h.

References llvm::DK_DontCall, and llvm::DiagnosticInfo::getKind().

◆ getFunctionName()

StringRef llvm::DiagnosticInfoDontCall::getFunctionName ( ) const
inline

Definition at line 1111 of file DiagnosticInfo.h.

Referenced by print().

◆ getLocCookie()

unsigned llvm::DiagnosticInfoDontCall::getLocCookie ( ) const
inline

Definition at line 1113 of file DiagnosticInfo.h.

◆ getNote()

StringRef llvm::DiagnosticInfoDontCall::getNote ( ) const
inline

Definition at line 1112 of file DiagnosticInfo.h.

References llvm::Note.

Referenced by print().

◆ print()

void DiagnosticInfoDontCall::print ( DiagnosticPrinter DP) const
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 447 of file DiagnosticInfo.cpp.

References llvm::demangle(), llvm::DS_Error, getFunctionName(), getNote(), and llvm::DiagnosticInfo::getSeverity().


The documentation for this class was generated from the following files: