Lines Matching refs:OMPTargetDirective
671 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C,
676 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTargetDirective),
680 OMPTargetDirective *Dir =
681 new (Mem) OMPTargetDirective(StartLoc, EndLoc, Clauses.size());
687 OMPTargetDirective *OMPTargetDirective::CreateEmpty(const ASTContext &C,
690 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPTargetDirective),
694 return new (Mem) OMPTargetDirective(NumClauses);