Searched refs:OMPTaskyieldDirective (Results 1 – 14 of 14) sorted by relevance
814 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, in Create()817 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()820 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()822 return new (C) OMPTaskyieldDirective(); in CreateEmpty()
1091 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) { in VisitOMPTaskyieldDirective()
871 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) { in VisitOMPTaskyieldDirective()
248 def OMPTaskyieldDirective : StmtNode<OMPExecutableDirective>;
2579 class OMPTaskyieldDirective : public OMPExecutableDirective {2587 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskyieldDirective() function2593 explicit OMPTaskyieldDirective() in OMPTaskyieldDirective() function2605 static OMPTaskyieldDirective *2612 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
3140 DEF_TRAVERSE_STMT(OMPTaskyieldDirective,
2546 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()3699 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2620 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()
274 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
3876 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
5539 const OMPTaskyieldDirective &S) { in EmitOMPTaskyieldDirective()
6241 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S)) in getSingleCompoundChild()
9842 OMPTaskyieldDirective *D) { in TransformOMPTaskyieldDirective()
11061 return OMPTaskyieldDirective::Create(getASTContext(), StartLoc, EndLoc); in ActOnOpenMPTaskyieldDirective()