Searched refs:OMPSectionsDirective (Results 1 – 13 of 13) sorted by relevance
555 OMPSectionsDirective *OMPSectionsDirective::Create( in Create()559 auto *Dir = createDirective<OMPSectionsDirective>(C, Clauses, AssociatedStmt, in Create()567 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()570 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty()
1037 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) { in VisitOMPSectionsDirective()
802 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) { in VisitOMPSectionsDirective()
1787 class OMPSectionsDirective : public OMPExecutableDirective {1799 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionsDirective() function1805 explicit OMPSectionsDirective() in OMPSectionsDirective() function1828 static OMPSectionsDirective *1839 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,1847 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
3102 DEF_TRAVERSE_STMT(OMPSectionsDirective,
238 def OMPSectionsDirective : StmtNode<OMPExecutableDirective>;
2478 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()3635 S = OMPSectionsDirective::CreateEmpty( in ReadStmtFromStream()
2490 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) { in VisitOMPSectionsDirective()
244 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S)); in EmitStmt()
1367 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()4302 if (auto *OSD = dyn_cast<OMPSectionsDirective>(&S)) in EmitSections()4346 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &S) { in EmitOMPSectionsDirective()
3865 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
9711 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) { in TransformOMPSectionsDirective()
10549 return OMPSectionsDirective::Create( in ActOnOpenMPSectionsDirective()