4#include "llvm/Support/raw_ostream.h"
18 EventDecl(
const std::string &, clang::FieldDecl *);
35 void dump(llvm::raw_ostream &);
std::string getName() const
Return the name of the sc_event.
clang::FieldDecl * ast_node_
const clang::FieldDecl * getASTNode() const
Return the FieldDecl node for the sc_event declaration.
void dump(llvm::raw_ostream &)
virtual ~EventDecl()
Destructor.
Clang forward declarations.