clang 20.0.0git
|
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 1287 of file DeclBase.h.
|
inline |
Definition at line 1294 of file DeclBase.h.
|
override |
Definition at line 331 of file DeclBase.cpp.
References clang::Decl::getLocation(), clang::SourceLocation::isInvalid(), clang::SourceLocation::isValid(), and clang::SourceLocation::print().