|
systemc-clang 2.0.0
Parsing SystemC constructs
|
#include "SystemCClang.h"#include "HDLBody.h"#include "clang/Basic/OperatorKinds.h"#include "clang/Basic/Diagnostic.h"#include "APIntUtils.h"#include "CallExprUtils.h"#include "CXXRecordDeclUtils.h"#include <iostream>#include <unordered_map>#include <assert.h>
Go to the source code of this file.
Namespaces | |
| namespace | systemc_hdl |
Macros | |
| #define | DEBUG_TYPE "HDL" |
| Different matchers may use different DEBUG_TYPE. | |
| #define DEBUG_TYPE "HDL" |
Different matchers may use different DEBUG_TYPE.
Definition at line 20 of file HDLBody.cpp.