Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPReductionClause

1311 OMPReductionClause *OMPReductionClause::Create(
1315 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPReductionClause),
1318 OMPReductionClause *Clause = new (Mem) OMPReductionClause(
1324 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C,
1326 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPReductionClause),
1329 return new (Mem) OMPReductionClause(N);