Searched refs:OMPTaskgroupDirective (Results 1 – 13 of 13) sorted by relevance
883 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()886 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()892 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()895 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
1110 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) { in VisitOMPTaskgroupDirective()
896 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) { in VisitOMPTaskgroupDirective()
2722 class OMPTaskgroupDirective : public OMPExecutableDirective {2730 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function2736 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function2754 static OMPTaskgroupDirective *2764 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,2770 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
3149 DEF_TRAVERSE_STMT(OMPTaskgroupDirective,
251 def OMPTaskgroupDirective : StmtNode<OMPExecutableDirective>;
2575 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()3717 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
2652 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
286 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
279 if (const auto *TG = dyn_cast<OMPTaskgroupDirective>(&S)) { in OMPSimdLexicalScope()5565 static bool isSupportedByOpenMPIRBuilder(const OMPTaskgroupDirective &T) { in isSupportedByOpenMPIRBuilder()5570 const OMPTaskgroupDirective &S) { in EmitOMPTaskgroupDirective()
3880 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
9897 OMPTaskgroupDirective *D) { in TransformOMPTaskgroupDirective()
11129 return OMPTaskgroupDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTaskgroupDirective()