Program Listing for File markForOutputInCodeGeneration.h#
↰ Return to documentation for file (src/frontend/SageIII/astPostProcessing/markForOutputInCodeGeneration.h)
#ifndef MARK_FOR_OUTPUT_IN_CODE_GENERATION_H
#define MARK_FOR_OUTPUT_IN_CODE_GENERATION_H
// DQ (5/22/2005):
void markForOutputInCodeGeneration( SgNode* node );
class MarkForOutputInCodeGeneration : public SgSimpleProcessing
{
public:
void visit (SgNode* node);
};
// endif for MARK_FOR_OUTPUT_IN_CODE_GENERATION_H
#endif