clang
6.0.0
|
PrettyDeclStackTraceEntry - If a crash occurs in the parser while parsing something related to a declaration, include that declaration in the stack trace. More...
#include "clang/Sema/PrettyDeclStackTrace.h"
Public Member Functions | |
PrettyDeclStackTraceEntry (Sema &S, Decl *D, SourceLocation Loc, const char *Msg) | |
void | print (raw_ostream &OS) const override |
PrettyDeclStackTraceEntry - If a crash occurs in the parser while parsing something related to a declaration, include that declaration in the stack trace.
Definition at line 31 of file PrettyDeclStackTrace.h.
|
inline |
Definition at line 38 of file PrettyDeclStackTrace.h.
References print().
|
override |
Definition at line 1504 of file Sema.cpp.
References clang::SourceLocation::isValid(), and clang::SourceLocation::print().
Referenced by PrettyDeclStackTraceEntry().