Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPTaskLoopSimdDirective

932 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create(
936 unsigned Size = llvm::alignTo(sizeof(OMPTaskLoopSimdDirective),
941 OMPTaskLoopSimdDirective *Dir = new (Mem)
942 OMPTaskLoopSimdDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
971 OMPTaskLoopSimdDirective *
972 OMPTaskLoopSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses,
974 unsigned Size = llvm::alignTo(sizeof(OMPTaskLoopSimdDirective),
979 return new (Mem) OMPTaskLoopSimdDirective(CollapsedNum, NumClauses);