Searched defs:OMPReductionClause (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h1547 class OMPReductionClause : public OMPVarListClause<OMPReductionClause> { class in namespace:clang
1566 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPReductionClause
1570 : OMPVarListClause<OMPReductionClause>(OMPC_reduction, StartLoc,
1578 explicit OMPReductionClause(unsigned N) function in class:clang::OMPReductionClause
1579 : OMPVarListClause<OMPReductionClause>(OMPC_reduction, SourceLocation(),
1676 static OMPReductionClause *
1688 static OMPReductionClause *CreateEmpty(const ASTContext &C, unsigned N);

Completed in 33 milliseconds