systemc-clang 2.0.0
Parsing SystemC constructs
|
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendPluginRegistry.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include "model/Model.h"
#include "matchers/FindSCMain.h"
#include "matchers/Matchers.h"
Go to the source code of this file.
Classes | |
class | systemc_clang::SystemCConsumer |
This is the main consumer class that beings the parsing of SystemC. More... | |
class | systemc_clang::SystemCClang |
Namespaces | |
namespace | systemc_clang |