Program Listing for File markCompilerGenerated.h

Program Listing for File markCompilerGenerated.h#

Return to documentation for file (src/frontend/SageIII/astPostProcessing/markCompilerGenerated.h)

#ifndef MARK_COMPILER_GENERATED_H
#define MARK_COMPILER_GENERATED_H

// DQ (5/22/2005):
void markAsCompilerGenerated( SgNode* node );

class MarkAsCompilerGenerated : public SgSimpleProcessing
   {
     public:
          void visit (SgNode* node);

          static bool templateDeclarationCanBeMarkedAsCompilerGenerated(SgDeclarationStatement* templateDeclaration);
   };

// endif for MARK_COMPILER_GENERATED_H
#endif