Lines Matching defs:parent
1305 /// @return the parent corpus, or nil if this doesn't belong to any
1313 /// @return the parent corpus, or nil if this doesn't belong to any
4360 // the parent scopes of the decl, there is one anonymous struct,
4675 /// Having an anoymous parent means having a anonymous parent scope
4790 /// Return a copy of the qualified name of the parent of the current
26726 /// Update the qualified parent name, qualified name and scoped name
26736 abigail::ir::scope_decl* parent = d->get_scope();
26737 if (parent)
26738 d->priv_->qualified_parent_name_ = parent->get_qualified_name();
26755 if (parent
26756 && !parent->get_is_anonymous()
26757 && !parent->get_name().empty())
26759 env.intern(parent->get_name() + "::" + d->get_name());