ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AstProcessing.h File Reference
#include "staticCFG.h"
#include <vector>
#include <algorithm>
#include <utility>
#include <iostream>
#include "AstSuccessorsSelectors.h"
#include "StackFrameVector.h"
#include "Cxx_GrammarTreeTraversalAccessEnums.h"
#include "AstSimpleProcessing.h"
#include "AstCombinedProcessing.h"
#include "AstSharedMemoryParallelProcessing.h"
Include dependency graph for AstProcessing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SgCombinedTreeTraversal< InheritedAttributeType, SynthesizedAttributeType >
 
class  SgTreeTraversal< InheritedAttributeType, SynthesizedAttributeType >
 This class is temporary. Do not use. More...
 
class  AstCombinedTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >
 
class  AstTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >
 Attribute Evaluator for inherited and synthesized attributes. More...
 
class  AstCombinedTopDownProcessing< InheritedAttributeType >
 
class  DistributedMemoryAnalysisPreTraversal< InheritedAttributeType >
 
class  AstTopDownProcessing< InheritedAttributeType >
 Attribute Evaluator for inherited attributes. More...
 
class  AstCombinedBottomUpProcessing< SynthesizedAttributeType >
 
class  DistributedMemoryAnalysisPostTraversal< InheritedAttributeType >
 
class  AstBottomUpProcessing< SynthesizedAttributeType >
 Attribute Evaluator for synthesized attributes. More...
 
class  AstSynthesizedAttribute
 
class  AstInheritedAttribute
 
class  SgSynthesizedAttribute
 
class  SgInheritedAttribute
 
class  SgTopDownBottomUpProcessing< InheritedAttributeType, SynthesizedAttributeType >
 
class  SgTopDownProcessing< InheritedAttributeType >
 
class  SgBottomUpProcessing< SynthesizedAttributeType >
 

Macros

#define INHERITED   0
 
#define SYNTHESIZED   1
 
#define BOTH   2
 

Typedefs

typedef void * DummyAttribute
 
typedef DummyAttribute _DummyAttribute
 

Functions

ROSE_DLL_API bool SgTreeTraversal_inFileToTraverse (SgNode *node, bool traversalConstraint, SgFile *fileToVisit)
 

Variables

static const DummyAttribute defaultDummyAttribute = NULL
 

Macro Definition Documentation

#define INHERITED   0

Definition at line 6 of file AstProcessing.h.

#define SYNTHESIZED   1

Definition at line 7 of file AstProcessing.h.

#define BOTH   2

Definition at line 8 of file AstProcessing.h.

Typedef Documentation

typedef void* DummyAttribute

Definition at line 79 of file AstProcessing.h.

Definition at line 86 of file AstProcessing.h.

Function Documentation

ROSE_DLL_API bool SgTreeTraversal_inFileToTraverse ( SgNode node,
bool  traversalConstraint,
SgFile fileToVisit 
)

Variable Documentation

const DummyAttribute defaultDummyAttribute = NULL
static

Definition at line 82 of file AstProcessing.h.