|
clang
3.8.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 1038 of file DeclBase.h.
|
inline |
Definition at line 1044 of file DeclBase.h.
|
override |
Definition at line 214 of file DeclBase.cpp.
References clang::Decl::getLocation(), clang::SourceLocation::isInvalid(), clang::SourceLocation::isValid(), and clang::SourceLocation::print().
1.8.6