ROSE  0.11.96.11
accAstConstruction.h
1 #include "OpenACCIR.h"
2 #include "sage3basic.h"
3 
4 bool checkOpenACCIR(OpenACCDirective *);
5 SgStatement *convertOpenACCDirective(
6  std::pair<SgPragmaDeclaration *, OpenACCDirective *>);
7 SgUpirBodyStatement *convertOpenACCBodyDirective(
8  std::pair<SgPragmaDeclaration *, OpenACCDirective *>);
9 SgOmpExpressionClause *convertOpenACCExpressionClause(
10  SgStatement *, std::pair<SgPragmaDeclaration *, OpenACCDirective *>,
11  OpenACCClause *);
13 convertOpenACCClause(SgStatement *,
14  std::pair<SgPragmaDeclaration *, OpenACCDirective *>,
15  OpenACCClause *);
SgOmpClause
Definition: Cxx_Grammar.h:79404
SgUpirBodyStatement
Definition: Cxx_Grammar.h:194181
SgOmpExpressionClause
Definition: Cxx_Grammar.h:94525
SgStatement
This class represents the notion of a statement.
Definition: Cxx_Grammar.h:122747