clang API Documentation

clang::PrettyStackTraceActionsDecl Class Reference

#include <Action.h>

Inheritance diagram for clang::PrettyStackTraceActionsDecl:
Inheritance graph
[legend]
Collaboration diagram for clang::PrettyStackTraceActionsDecl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PrettyStackTraceActionsDecl (Decl *D, SourceLocation L, Action &actions, SourceManager &sm, const char *Msg)
virtual void print (llvm::raw_ostream &OS) const

Detailed Description

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.


Constructor & Destructor Documentation

clang::PrettyStackTraceActionsDecl::PrettyStackTraceActionsDecl ( Decl D,
SourceLocation  L,
Action actions,
SourceManager sm,
const char *  Msg 
) [inline]

Definition at line 3265 of file Sema/Action.h.


Member Function Documentation

void PrettyStackTraceActionsDecl::print ( llvm::raw_ostream &  OS  )  const [virtual]

Definition at line 23 of file Sema/Action.cpp.

References clang::Action::getDeclName().


The documentation for this class was generated from the following files: