clang 22.0.0git
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:
[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 1300 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 1307 of file DeclBase.h.

Member Function Documentation

◆ print()

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

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