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

PrettyDeclStackTraceEntry - If a crash occurs in the parser while parsing something related to a declaration, include that declaration in the stack trace. More...

#include "clang/AST/PrettyDeclStackTrace.h"

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

Public Member Functions

 PrettyDeclStackTraceEntry (ASTContext &Ctx, Decl *D, SourceLocation Loc, const char *Msg)
 
void print (raw_ostream &OS) const override
 

Detailed Description

PrettyDeclStackTraceEntry - If a crash occurs in the parser while parsing something related to a declaration, include that declaration in the stack trace.

Definition at line 29 of file PrettyDeclStackTrace.h.

Constructor & Destructor Documentation

◆ PrettyDeclStackTraceEntry()

clang::PrettyDeclStackTraceEntry::PrettyDeclStackTraceEntry ( ASTContext Ctx,
Decl D,
SourceLocation  Loc,
const char *  Msg 
)
inline

Definition at line 36 of file PrettyDeclStackTrace.h.

Member Function Documentation

◆ print()

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

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