Searched refs:OMPParallelDirective (Results 1 – 14 of 14) sorted by relevance
281 OMPParallelDirective *OMPParallelDirective::Create( in Create()285 auto *Dir = createDirective<OMPParallelDirective>( in Create()292 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()295 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty()
967 void StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { in VisitOMPParallelDirective()
746 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { in VisitOMPParallelDirective()
627 class OMPParallelDirective : public OMPExecutableDirective {638 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective() function644 explicit OMPParallelDirective() in OMPParallelDirective() function667 static OMPParallelDirective *677 static OMPParallelDirective *CreateEmpty(const ASTContext &C,685 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
3023 DEF_TRAVERSE_STMT(OMPParallelDirective,
228 def OMPParallelDirective : StmtNode<OMPExecutableDirective>;
2414 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()3438 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
2412 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
214 EmitOMPParallelDirective(cast<OMPParallelDirective>(*S)); in EmitStmt()
1323 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()1754 void CodeGenFunction::EmitOMPParallelDirective(const OMPParallelDirective &S) { in EmitOMPParallelDirective()
3819 void EmitOMPParallelDirective(const OMPParallelDirective &S);
1220 if (const auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
9200 TreeTransform<Derived>::TransformOMPParallelDirective(OMPParallelDirective *D) { in TransformOMPParallelDirective()
7707 return OMPParallelDirective::Create( in ActOnOpenMPParallelDirective()