#include <ResetMatcher.h>
 | 
| std::pair< std::string, const clang::Expr * >  | getResetSignal () const | 
|   | 
| std::pair< std::string, const clang::Expr * >  | getResetEdge () const | 
|   | 
| bool  | getResetType () const | 
|   | 
| void  | registerMatchers (MatchFinder &finder, clang::MemberExpr *process_expr) | 
|   | 
| virtual void  | run (const MatchFinder::MatchResult &result) | 
|   | 
| void  | dump () | 
|   | 
Definition at line 16 of file ResetMatcher.h.
 
◆ dump()
  
  
      
        
          | void sc_ast_matchers::ResetMatcher::dump  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getResetEdge()
  
  
      
        
          | std::pair< std::string, const clang::Expr * > sc_ast_matchers::ResetMatcher::getResetEdge  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getResetSignal()
  
  
      
        
          | std::pair< std::string, const clang::Expr * > sc_ast_matchers::ResetMatcher::getResetSignal  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getResetType()
  
  
      
        
          | bool sc_ast_matchers::ResetMatcher::getResetType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ registerMatchers()
  
  
      
        
          | void sc_ast_matchers::ResetMatcher::registerMatchers  | 
          ( | 
          MatchFinder & |           finder,  | 
         
        
           | 
           | 
          clang::MemberExpr * |           process_expr ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ run()
  
  
      
        
          | virtual void sc_ast_matchers::ResetMatcher::run  | 
          ( | 
          const MatchFinder::MatchResult & |           result | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ edge_
  
  
      
        
          | std::pair<std::string, const clang::Expr*> sc_ast_matchers::ResetMatcher::edge_ | 
         
       
   | 
  
private   | 
  
 
 
◆ reset_async_
  
  
      
        
          | bool sc_ast_matchers::ResetMatcher::reset_async_ | 
         
       
   | 
  
private   | 
  
 
 
◆ reset_signal_
  
  
      
        
          | std::pair<std::string, const clang::Expr*> sc_ast_matchers::ResetMatcher::reset_signal_ | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: