clang API Documentation

Public Member Functions
clang::PrettyStackTraceDecl Class Reference

#include <DeclBase.h>

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

List of all members.

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 995 of file DeclBase.h.


Constructor & Destructor Documentation

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

Definition at line 1001 of file DeclBase.h.


Member Function Documentation

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

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