ROSE
0.9.6a
|
#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"
Go to the source code of this file.
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 |
#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 void* DummyAttribute |
Definition at line 79 of file AstProcessing.h.
typedef DummyAttribute _DummyAttribute |
Definition at line 86 of file AstProcessing.h.
ROSE_DLL_API bool SgTreeTraversal_inFileToTraverse | ( | SgNode * | node, |
bool | traversalConstraint, | ||
SgFile * | fileToVisit | ||
) |
|
static |
Definition at line 82 of file AstProcessing.h.