Searched refs:OMPSectionsDirective (Results 1 – 13 of 13) sorted by relevance
534 OMPSectionsDirective *OMPSectionsDirective::Create( in Create()538 auto *Dir = createDirective<OMPSectionsDirective>(C, Clauses, AssociatedStmt, in Create()546 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()549 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty()
1005 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) { in VisitOMPSectionsDirective()
786 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) { in VisitOMPSectionsDirective()
1804 class OMPSectionsDirective : public OMPExecutableDirective {1816 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionsDirective() function1822 explicit OMPSectionsDirective() in OMPSectionsDirective() function1845 static OMPSectionsDirective *1856 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,1864 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
3047 DEF_TRAVERSE_STMT(OMPSectionsDirective,
237 def OMPSectionsDirective : StmtNode<OMPExecutableDirective>;
2455 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()3498 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
2461 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
238 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
1329 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()4149 if (auto *OSD = dyn_cast<OMPSectionsDirective>(&S)) in EmitSections()4167 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &S) { in EmitOMPSectionsDirective()
3827 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
9288 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) { in TransformOMPSectionsDirective()
10485 return OMPSectionsDirective::Create( in ActOnOpenMPSectionsDirective()