Program Listing for File detectTransformations.h#
↰ Return to documentation for file (src/frontend/SageIII/astPostProcessing/detectTransformations.h)
#ifndef DETECT_TRANSFORMATIONS_H
#define DETECT_TRANSFORMATIONS_H
// DQ (5/1/2012):
void detectTransformations( SgNode* node );
void detectTransformations_local( SgNode* node );
class DetectTransformations : public SgSimpleProcessing
{
public:
void visit (SgNode* node);
};
// endif for DETECT_TRANSFORMATIONS_H
#endif