OmpSupport::isInClauseVariableList
Check if a variable is in a variable list of a given clause type
Synopsis
Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>
[[visibility]]
bool
isInClauseVariableList(
SgInitializedName* var,
SgOmpClauseBodyStatement* clause_stmt,
VariantT const& vt);
Parameters
Name |
Description |
var |
This class represents the notion of a declared variable. |
Created with MrDocs