clang API Documentation
#include <Action.h>


Public Member Functions | |
| PrettyStackTraceActionsDecl (Decl *D, SourceLocation L, Action &actions, SourceManager &sm, const char *Msg) | |
| virtual void | print (llvm::raw_ostream &OS) const |
PrettyStackTraceActionsDecl - If a crash occurs in the parser while parsing something related to a virtualized decl, include that virtualized decl in the stack trace.
Definition at line 3257 of file Sema/Action.h.
| clang::PrettyStackTraceActionsDecl::PrettyStackTraceActionsDecl | ( | Decl * | D, | |
| SourceLocation | L, | |||
| Action & | actions, | |||
| SourceManager & | sm, | |||
| const char * | Msg | |||
| ) | [inline] |
Definition at line 3265 of file Sema/Action.h.
| void PrettyStackTraceActionsDecl::print | ( | llvm::raw_ostream & | OS | ) | const [virtual] |
Definition at line 23 of file Sema/Action.cpp.
References clang::Action::getDeclName().