ROSE
0.11.145.147
src
midend
astProcessing
AstClearVisitFlags.h
1
// Author: Markus Schordan
2
// $Id: AstClearVisitFlags.h,v 1.2 2005/09/10 22:48:07 dquinlan Exp $
3
4
#ifndef ASTCLEARVISITFLAGS_H
5
#define ASTCLEARVISITFLAGS_H
6
7
#if ASTTRAVERSAL_USE_VISIT_FLAG
8
9
class
AstClearVisitFlags {
10
public
:
11
void
traverse(
SgNode
* node);
12
protected
:
13
void
visit(
SgNode
* node);
14
};
15
16
// endif for ASTTRAVERSAL_USE_VISIT_FLAG
17
#endif
18
19
#endif
SgNode
This class represents the base class for all IR nodes within Sage III.
Definition
Cxx_Grammar.h:120
Generated on Mon Sep 30 2024 03:25:27 for ROSE by
1.9.8