Home | History | Annotate | Download | only in AST

Lines Matching refs:OMPTargetDirective

688 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C,
694 llvm::alignTo(sizeof(OMPTargetDirective), llvm::alignOf<OMPClause *>());
697 OMPTargetDirective *Dir =
698 new (Mem) OMPTargetDirective(StartLoc, EndLoc, Clauses.size());
704 OMPTargetDirective *OMPTargetDirective::CreateEmpty(const ASTContext &C,
708 llvm::alignTo(sizeof(OMPTargetDirective), llvm::alignOf<OMPClause *>());
711 return new (Mem) OMPTargetDirective(NumClauses);