systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
sc_ast_matchers::utils::NamespaceMatcher Class Reference

#include <CallExprUtils.h>

Inheritance diagram for sc_ast_matchers::utils::NamespaceMatcher:
Inheritance graph
[legend]
Collaboration diagram for sc_ast_matchers::utils::NamespaceMatcher:
Collaboration graph
[legend]

Public Member Functions

llvm::StringRef getNamespaceName ()
 
std::string getFunctionName ()
 
void registerMatchers (MatchFinder &finder)
 
virtual void run (const MatchFinder::MatchResult &result)
 
void dump ()
 

Private Attributes

llvm::StringRef ns_name
 
std::string func_name
 

Detailed Description

Definition at line 52 of file CallExprUtils.h.

Member Function Documentation

◆ dump()

void sc_ast_matchers::utils::NamespaceMatcher::dump ( )
inline

Definition at line 98 of file CallExprUtils.h.

◆ getFunctionName()

std::string sc_ast_matchers::utils::NamespaceMatcher::getFunctionName ( )
inline

Definition at line 59 of file CallExprUtils.h.

◆ getNamespaceName()

llvm::StringRef sc_ast_matchers::utils::NamespaceMatcher::getNamespaceName ( )
inline

Definition at line 58 of file CallExprUtils.h.

◆ registerMatchers()

void sc_ast_matchers::utils::NamespaceMatcher::registerMatchers ( MatchFinder & finder)
inline

Definition at line 61 of file CallExprUtils.h.

◆ run()

virtual void sc_ast_matchers::utils::NamespaceMatcher::run ( const MatchFinder::MatchResult & result)
inlinevirtual

Definition at line 73 of file CallExprUtils.h.

Member Data Documentation

◆ func_name

std::string sc_ast_matchers::utils::NamespaceMatcher::func_name
private

Definition at line 55 of file CallExprUtils.h.

◆ ns_name

llvm::StringRef sc_ast_matchers::utils::NamespaceMatcher::ns_name
private

Definition at line 54 of file CallExprUtils.h.


The documentation for this class was generated from the following file: