Home
last modified time | relevance | path

Searched refs:ExpScopedName (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dexpression.cc785 ExpScopedName::ExpScopedName(perm_string scope, ExpName*exp) in ExpScopedName() function in ExpScopedName
790 ExpScopedName::~ExpScopedName() in ~ExpScopedName()
795 void ExpScopedName::visit(ExprVisitor&func) in visit()
803 ScopeBase*ExpScopedName::get_scope(const ScopeBase*scope) in get_scope()
811 ScopeBase*ExpScopedName::get_scope(const ScopeBase*scope) const in get_scope()
H A Dexpression_debug.cc86 void ExpScopedName::dump(ostream&out, int indent) const in dump()
H A Dexpression.h829 class ExpScopedName : public Expression {
831 ExpScopedName(perm_string scope, ExpName*exp);
832 ~ExpScopedName();
835 { return new ExpScopedName(scope_name_, static_cast<ExpName*>(name_->clone())); } in clone()
H A Dparse.y1301 params.push_back(new ExpScopedName(active_scope->peek_name(), new ExpName(*cur)));
1310 params.push_back(new ExpScopedName(active_scope->peek_name(), new ExpName(*cur)));