Home | History | Annotate | Download | only in AST

Lines Matching full:ompdistributedirective

840 OMPDistributeDirective *OMPDistributeDirective::Create(
844 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPDistributeDirective),
849 OMPDistributeDirective *Dir = new (Mem)
850 OMPDistributeDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size());
875 OMPDistributeDirective *
876 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses,
878 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPDistributeDirective),
883 return new (Mem) OMPDistributeDirective(CollapsedNum, NumClauses);