Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPOrderedDirective

631 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C,
637 llvm::alignTo(sizeof(OMPOrderedDirective), llvm::alignOf<OMPClause *>());
640 OMPOrderedDirective *Dir =
641 new (Mem) OMPOrderedDirective(StartLoc, EndLoc, Clauses.size());
647 OMPOrderedDirective *OMPOrderedDirective::CreateEmpty(const ASTContext &C,
651 llvm::alignTo(sizeof(OMPOrderedDirective), llvm::alignOf<OMPClause *>());
654 return new (Mem) OMPOrderedDirective(NumClauses);