systemc-clang 2.0.0
Parsing SystemC constructs
|
#include "clang/Analysis/CFG.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
Go to the source code of this file.
Classes | |
class | systemc_clang::BreakMatcher |
class | systemc_clang::SplitCFGBlock |
struct | systemc_clang::SplitCFGBlock::SuccessorIterator |
Namespaces | |
namespace | systemc_clang |
Macros | |
#define | DEBUG_TYPE "SplitCFGMatcher" |
Different matchers may use different DEBUG_TYPE. | |
Split the CFG block in chunks separted by wait() statements.
Definition in file SplitCFGBlock.h.
#define DEBUG_TYPE "SplitCFGMatcher" |
Different matchers may use different DEBUG_TYPE.
Definition at line 25 of file SplitCFGBlock.h.