ROSE
0.9.6a
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ompAstConstruction.h
Go to the documentation of this file.
1
#ifndef _OMP_AST_CONSTRUCTION
2
#define _OMP_AST_CONSTRUCTION
3
4
#include "
AstSimpleProcessing.h
"
5
6
namespace
OmpSupport
7
{
8
class
SgVarRefExpVisitor
:
public
AstSimpleProcessing
{
9
private
:
10
std::vector<SgExpression*>
expressions
;
11
12
public
:
13
SgVarRefExpVisitor
( );
14
std::vector<SgExpression*>
get_expressions
();
15
void
visit
(
SgNode
* node );
16
};
17
18
void
processOpenMP
(
SgSourceFile
* sageFilePtr);
19
}
// end of the namespace
20
#endif
rose-edg4x
src
frontend
SageIII
ompAstConstruction.h
Generated on Mon May 5 2014 17:29:24 for ROSE by
1.8.4