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

#include <DeclBase.h>

Inheritance diagram for clang::PrettyStackTraceDecl:
[legend]
Collaboration 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 1018 of file DeclBase.h.

Constructor & Destructor Documentation

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

Definition at line 1024 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: