Searched refs:OMPTaskyieldDirective (Results 1 – 14 of 14) sorted by relevance
666 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, in Create()669 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()672 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()674 return new (C) OMPTaskyieldDirective(); in CreateEmpty()
975 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) { in VisitOMPTaskyieldDirective()
745 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) { in VisitOMPTaskyieldDirective()
240 def OMPTaskyieldDirective : StmtNode<OMPExecutableDirective>;
2396 class OMPTaskyieldDirective : public OMPExecutableDirective {2404 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskyieldDirective() function2410 explicit OMPTaskyieldDirective() in OMPTaskyieldDirective() function2422 static OMPTaskyieldDirective *2429 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
2895 DEF_TRAVERSE_STMT(OMPTaskyieldDirective,
2394 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()3286 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2357 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()
251 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
3458 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
4780 const OMPTaskyieldDirective &S) { in EmitOMPTaskyieldDirective()
6593 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S)) in getSingleCompoundChild()
8684 OMPTaskyieldDirective *D) { in TransformOMPTaskyieldDirective()
10198 return OMPTaskyieldDirective::Create(Context, StartLoc, EndLoc); in ActOnOpenMPTaskyieldDirective()