clang 19.0.0git
Public Member Functions | List of all members
clang::PrettyStackTraceDecl Class Reference

PrettyStackTraceDecl - If a crash occurs, indicate that it happened when doing something to a specific decl. More...

#include "clang/AST/DeclBase.h"

Inheritance diagram for clang::PrettyStackTraceDecl:
Inheritance graph
[legend]

Public Member Functions

 PrettyStackTraceDecl (const Decl *theDecl, SourceLocation L, SourceManager &sm, const char *Msg)
 
void print (raw_ostream &OS) const override
 

Detailed Description

PrettyStackTraceDecl - If a crash occurs, indicate that it happened when doing something to a specific decl.

Definition at line 1287 of file DeclBase.h.

Constructor & Destructor Documentation

◆ PrettyStackTraceDecl()

clang::PrettyStackTraceDecl::PrettyStackTraceDecl ( const Decl theDecl,
SourceLocation  L,
SourceManager sm,
const char *  Msg 
)
inline

Definition at line 1294 of file DeclBase.h.

References SM.

Member Function Documentation

◆ print()

void PrettyStackTraceDecl::print ( raw_ostream &  OS) const
override

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