|
systemc-clang 2.0.0
Parsing SystemC constructs
|
#include <SystemCClang.h>


Public Member Functions | |
| SystemCClang (clang::CompilerInstance &ci, const std::string &top) | |
Public Member Functions inherited from systemc_clang::SystemCConsumer | |
| SystemCConsumer (clang::CompilerInstance &, std::string top="!none") | |
| SystemCConsumer (clang::ASTUnit *from_ast, std::string top="!none") | |
| virtual | ~SystemCConsumer () |
| void | processNetlist (FindSCMain *scmain, ModuleDeclarationMatcher *module_declaration_handler) |
| Model * | getSystemCModel () |
| const std::string & | getTopModule () const |
| void | setTopModule (const std::string &top_module_decl) |
| clang::ASTContext & | getContext () const |
| clang::SourceManager & | getSourceManager () const |
| virtual bool | fire () |
| virtual bool | preFire () |
| virtual bool | postFire () |
| virtual void | HandleTranslationUnit (clang::ASTContext &context) |
Additional Inherited Members | |
Public Attributes inherited from systemc_clang::SystemCConsumer | |
| llvm::raw_ostream & | os_ |
Definition at line 97 of file SystemCClang.h.
|
inline |
Definition at line 99 of file SystemCClang.h.