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

/external/clang/include/clang/AST/
H A DOpenMPClause.h1666 class OMPReductionClause final
1667 : public OMPVarListClause<OMPReductionClause>,
1669 private llvm::TrailingObjects<OMPReductionClause, Expr *> {
1690 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
1694 : OMPVarListClause<OMPReductionClause>(OMPC_reduction, StartLoc,
1703 explicit OMPReductionClause(unsigned N) function in class:clang::final
1704 : OMPVarListClause<OMPReductionClause>(OMPC_reduction, SourceLocation(),
1805 static OMPReductionClause *
1817 static OMPReductionClause *CreateEmpty(const ASTContext &C, unsigned N);

Completed in 49 milliseconds