#include <FindGlobalEvents.h>
|
typedef std::map< std::string, clang::VarDecl * > | globalEventMapType |
|
typedef std::pair< std::string, clang::VarDecl * > | kvType |
|
Definition at line 20 of file FindGlobalEvents.h.
◆ globalEventMapType
◆ kvType
◆ FindGlobalEvents()
FindGlobalEvents::FindGlobalEvents |
( |
clang::TranslationUnitDecl * | declaration, |
|
|
llvm::raw_ostream & | os ) |
◆ ~FindGlobalEvents()
FindGlobalEvents::~FindGlobalEvents |
( |
| ) |
|
|
virtual |
◆ asString()
std::string FindGlobalEvents::asString |
( |
| ) |
const |
◆ dump()
void FindGlobalEvents::dump |
( |
| ) |
|
◆ getEventMap()
◆ getEventNames()
std::vector< std::string > systemc_clang::FindGlobalEvents::getEventNames |
( |
| ) |
|
◆ VisitVarDecl()
bool FindGlobalEvents::VisitVarDecl |
( |
clang::VarDecl * | variable_declaration | ) |
|
|
virtual |
◆ _globalEvents
◆ _os
llvm::raw_ostream& systemc_clang::FindGlobalEvents::_os |
|
private |
The documentation for this class was generated from the following files: