systemc-clang 2.0.0
Parsing SystemC constructs
|
#include <vector>
#include "ModuleInstance.h"
#include "PortDecl.h"
#include "ArrayTypeUtils.h"
#include "clang/ASTMatchers/ASTMatchers.h"
Go to the source code of this file.
Classes | |
class | sc_ast_matchers::PortMatcher |
Class PortMatcher. More... | |
Namespaces | |
namespace | sc_ast_matchers |
Macros | |
#define | DEBUG_TYPE "PortMatcher" |
Different matchers may use different DEBUG_TYPE. | |
Parses ports of a SystemC module
Definition in file PortMatcher.h.
#define DEBUG_TYPE "PortMatcher" |
Different matchers may use different DEBUG_TYPE.
Definition at line 26 of file PortMatcher.h.