Searched refs:OMPDistributeDirective (Results 1 – 13 of 13) sorted by relevance
1572 OMPDistributeDirective *OMPDistributeDirective::Create( in Create()1576 auto *Dir = createDirective<OMPDistributeDirective>( in Create()1608 OMPDistributeDirective *1609 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()1611 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
1191 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
1016 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
277 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
4442 class OMPDistributeDirective : public OMPLoopDirective {4452 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeDirective() function4462 explicit OMPDistributeDirective(unsigned CollapsedNum) in OMPDistributeDirective() function4478 static OMPDistributeDirective *4491 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,
3172 DEF_TRAVERSE_STMT(OMPDistributeDirective,
2686 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()3747 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
2731 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
359 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
3870 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
5883 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
9751 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()
13615 auto *DistributeDirective = OMPDistributeDirective::Create( in ActOnOpenMPDistributeDirective()