Searched refs:OMPParallelSectionsDirective (Results 1 – 14 of 14) sorted by relevance
433 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()437 llvm::alignTo(sizeof(OMPParallelSectionsDirective), alignof(OMPClause *)); in Create()440 OMPParallelSectionsDirective *Dir = in Create()441 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create()448 OMPParallelSectionsDirective *449 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()452 llvm::alignTo(sizeof(OMPParallelSectionsDirective), alignof(OMPClause *)); in CreateEmpty()455 return new (Mem) OMPParallelSectionsDirective(NumClauses); in CreateEmpty()
821 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
704 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
1700 class OMPParallelSectionsDirective : public OMPExecutableDirective {1712 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelSectionsDirective() function1723 explicit OMPParallelSectionsDirective(unsigned NumClauses) in OMPParallelSectionsDirective() function1742 static OMPParallelSectionsDirective *1752 static OMPParallelSectionsDirective *
2674 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
218 def OMPParallelSectionsDirective : DStmt<OMPExecutableDirective>;
2051 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()2891 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
2020 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
227 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
2644 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()2773 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
3120 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
1353 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
7879 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()
6157 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()