#include <FindArgument.h>
Definition at line 17 of file FindArgument.h.
◆ FindArgument()
| FindArgument::FindArgument |
( |
clang::Expr * | | ) |
|
◆ ~FindArgument()
| FindArgument::~FindArgument |
( |
| ) |
|
|
virtual |
◆ getArgumentName()
| std::string FindArgument::getArgumentName |
( |
| ) |
|
◆ VisitCXXBoolLiteralExpr()
| bool FindArgument::VisitCXXBoolLiteralExpr |
( |
clang::CXXBoolLiteralExpr * | bl | ) |
|
|
virtual |
◆ VisitDeclRefExpr()
| bool FindArgument::VisitDeclRefExpr |
( |
clang::DeclRefExpr * | de | ) |
|
|
virtual |
◆ VisitIntegerLiteral()
| bool FindArgument::VisitIntegerLiteral |
( |
clang::IntegerLiteral * | il | ) |
|
|
virtual |
◆ VisitMemberExpr()
| bool FindArgument::VisitMemberExpr |
( |
clang::MemberExpr * | me | ) |
|
|
virtual |
◆ argument_name_
| std::string systemc_clang::FindArgument::argument_name_ |
|
private |
◆ expression_
| clang::Expr* systemc_clang::FindArgument::expression_ |
|
private |
The documentation for this class was generated from the following files: