|
clang
5.0.0
|
PrettyStackTraceDecl - If a crash occurs, indicate that it happened when doing something to a specific decl. More...
#include "clang/AST/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 1130 of file DeclBase.h.
|
inline |
Definition at line 1136 of file DeclBase.h.
|
override |
Definition at line 237 of file DeclBase.cpp.
References clang::Decl::getLocation(), clang::SourceLocation::isInvalid(), clang::SourceLocation::isValid(), and clang::SourceLocation::print().
1.8.6