clang
3.9.0
|
PrettyStackTraceDecl - If a crash occurs, indicate that it happened when doing something to a specific decl. More...
#include <DeclBase.h>
Public Member Functions | |
PrettyStackTraceDecl (const Decl *theDecl, SourceLocation L, SourceManager &sm, const char *Msg) | |
void | print (raw_ostream &OS) const override |
PrettyStackTraceDecl - If a crash occurs, indicate that it happened when doing something to a specific decl.
Definition at line 1051 of file DeclBase.h.
|
inline |
Definition at line 1057 of file DeclBase.h.
|
override |
Definition at line 226 of file DeclBase.cpp.
References clang::SourceLocation::isInvalid(), clang::SourceLocation::isValid(), and clang::SourceLocation::print().