Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
clang 20.0.0git
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:

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.

References Loc.

Member Function Documentation

◆ print()

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

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