Struct ScopeSetter#
Defined in File sageFunctors.h
Struct Documentation#
-
struct ScopeSetter#
Functor setting the scope of a sage node to a specified (at Functor construction time) scope.
Public Functions
-
inline explicit ScopeSetter(SgScopeStatement &the_scope)#
-
template<class ScopedSageNode>
inline void handle(ScopedSageNode *scopeElem) const#
-
inline void operator()(SgStatement *scopeElem) const#
-
inline void operator()(SgInitializedName *scopeElem) const#
-
inline explicit ScopeSetter(SgScopeStatement &the_scope)#