Skip to content

OmpSupport::getClause

Get OpenMP clauses from an eligible OpenMP statement

Synopsis

Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>

[[visibility]]
std::vector<SgOmpClause*>
getClause(
    SgStatement* clause_stmt,
    VariantT const& vt);

Return Value

OpenMP clauses from an eligible OpenMP statement

Parameters

Name

Description

clause_stmt

This class represents the notion of a statement.

Created with MrDocs