Definition at line 8 of file ompAstConstruction.h.
 
 | 
| 
std::vector< SgExpression * >  | get_expressions () | 
|   | 
| 
void  | visit (SgNode *node) | 
|   | this method is called at every traversed node. 
  | 
|   | 
| void  | traverse (SgNode *node, Order treeTraversalOrder) | 
|   | traverse the entire AST. Order defines preorder (preorder) or postorder (postorder) traversal. Default is 'preorder'.  More...
  | 
|   | 
| 
void  | traverseWithinFile (SgNode *node, Order treeTraversalOrder) | 
|   | traverse only nodes which represent the same file as where the traversal was started 
  | 
|   | 
| void  | traverseInputFiles (SgProject *projectNode, Order treeTraversalOrder) | 
|   | traverse only nodes which represent files which were specified on the command line (=input files).  More...
  | 
|   | 
| 
DummyAttribute  | traverse (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) | 
|   | 
| 
DummyAttribute  | traverseWithinFile (SgNode *basenode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) | 
|   | 
| 
void  | traverseInputFiles (SgProject *projectNode, DummyAttribute inheritedValue, t_traverseOrder travOrder=preandpostorder) | 
|   | 
| 
  | SgTreeTraversal (const SgTreeTraversal &) | 
|   | 
| 
const SgTreeTraversal &  | operator= (const SgTreeTraversal &) | 
|   | 
 | 
| 
typedef t_traverseOrder  | Order | 
|   | 
| 
typedef StackFrameVector< DummyAttribute >  | SynthesizedAttributesList | 
|   | 
| 
typedef AstSuccessorsSelectors::SuccessorsContainer  | SuccessorsContainer | 
|   | 
| 
typedef SuccessorsContainer &  | SuccessorsContainerRef | 
|   | 
| virtual void  | atTraversalStart () | 
|   | GB (06/04/2007): A new virtual function called at the start of the traversal, before any node is actually visited; can be used to perform a "last-minute" computation of attributes that may have changed since the constructor was executed, but are constant during the traversal itself.  More...
  | 
|   | 
| 
virtual void  | atTraversalEnd () | 
|   | 
| 
virtual void  | setNodeSuccessors (SgNode *node, SuccessorsContainer &succContainer) | 
|   | 
| 
void  | set_useDefaultIndexBasedTraversal (bool) | 
|   | 
The documentation for this class was generated from the following file: