Program Listing for File accAstConstruction.h#
↰ Return to documentation for file (src/frontend/SageIII/accAstConstruction.h)
#include "OpenACCIR.h"
#include "sage3basic.h"
bool checkOpenACCIR(OpenACCDirective *);
SgStatement *convertOpenACCDirective(
std::pair<SgPragmaDeclaration *, OpenACCDirective *>);
SgOmpBodyStatement *convertOpenACCBodyDirective(
std::pair<SgPragmaDeclaration *, OpenACCDirective *>);
SgOmpExpressionClause *convertOpenACCExpressionClause(
SgStatement *, std::pair<SgPragmaDeclaration *, OpenACCDirective *>,
OpenACCClause *);
SgOmpClause *
convertOpenACCClause(SgStatement *,
std::pair<SgPragmaDeclaration *, OpenACCDirective *>,
OpenACCClause *);