systemc-clang 2.0.0
Parsing SystemC constructs
|
#include <map>
#include <vector>
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "llvm/Support/Debug.h"
#include "ArrayTypeUtils.h"
Go to the source code of this file.
Classes | |
class | sc_ast_matchers::CallerCalleeMatcher |
class | sc_ast_matchers::SensitiveOperatorCallMatcher |
class | sc_ast_matchers::SensitivityMatcher |
Class SensitivityMatcher. More... | |
Namespaces | |
namespace | sc_ast_matchers |
Macros | |
#define | DEBUG_TYPE "SensitivityMatcher" |
Different matchers may use different DEBUG_TYPE. | |
Parses a SystemC module's process' sensitivity list.
Definition in file SensitivityMatcher.h.
#define DEBUG_TYPE "SensitivityMatcher" |
Different matchers may use different DEBUG_TYPE.
Definition at line 29 of file SensitivityMatcher.h.