Searched refs:OMPTaskgroupDirective (Results 1 – 13 of 13) sorted by relevance
845 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create()848 auto *Dir = createDirective<OMPTaskgroupDirective>( in Create()854 OMPTaskgroupDirective *OMPTaskgroupDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()857 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
1074 void StmtProfiler::VisitOMPTaskgroupDirective(const OMPTaskgroupDirective *S) { in VisitOMPTaskgroupDirective()
875 void StmtPrinter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *Node) { in VisitOMPTaskgroupDirective()
2739 class OMPTaskgroupDirective : public OMPExecutableDirective {2747 OMPTaskgroupDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskgroupDirective() function2753 explicit OMPTaskgroupDirective() in OMPTaskgroupDirective() function2771 static OMPTaskgroupDirective *2781 static OMPTaskgroupDirective *CreateEmpty(const ASTContext &C,2787 return const_cast<OMPTaskgroupDirective *>(this)->getReductionRef(); in getReductionRef()
3094 DEF_TRAVERSE_STMT(OMPTaskgroupDirective,
250 def OMPTaskgroupDirective : StmtNode<OMPExecutableDirective>;
2547 void ASTStmtReader::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()3580 S = OMPTaskgroupDirective::CreateEmpty( in ReadStmtFromStream()
2617 void ASTStmtWriter::VisitOMPTaskgroupDirective(OMPTaskgroupDirective *D) { in VisitOMPTaskgroupDirective()
280 EmitOMPTaskgroupDirective(cast<OMPTaskgroupDirective>(*S)); in EmitStmt()
273 if (const auto *TG = dyn_cast<OMPTaskgroupDirective>(&S)) { in OMPSimdLexicalScope()5363 bool isSupportedByOpenMPIRBuilder(const OMPTaskgroupDirective &T) { in isSupportedByOpenMPIRBuilder()5368 const OMPTaskgroupDirective &S) { in EmitOMPTaskgroupDirective()
3842 void EmitOMPTaskgroupDirective(const OMPTaskgroupDirective &S);
9463 OMPTaskgroupDirective *D) { in TransformOMPTaskgroupDirective()
11063 return OMPTaskgroupDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPTaskgroupDirective()