Program Listing for File This.hh#
↰ Return to documentation for file (src/midend/programTransformation/astOutlining/This.hh)
#if !defined(INC_ASTTOOLS_THIS_HH)
#define INC_ASTTOOLS_THIS_HH
#include <set>
class SgThisExp;
class SgStatement;
namespace ASTtools
{
typedef std::set<const SgThisExp *> ThisExprSet_t;
void collectThisExpressions (const SgStatement* root, ThisExprSet_t& exprs);
} // namespace ASTtools
#endif // !defined(INC_ASTTOOLS_THIS_HH)
// eof