Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPFlushDirective

609 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C,
614 llvm::alignTo(sizeof(OMPFlushDirective), llvm::alignOf<OMPClause *>());
616 OMPFlushDirective *Dir =
617 new (Mem) OMPFlushDirective(StartLoc, EndLoc, Clauses.size());
622 OMPFlushDirective *OMPFlushDirective::CreateEmpty(const ASTContext &C,
626 llvm::alignTo(sizeof(OMPFlushDirective), llvm::alignOf<OMPClause *>());
628 return new (Mem) OMPFlushDirective(NumClauses);