Searched refs:OMPTaskyieldDirective (Results 1 – 14 of 14) sorted by relevance
500 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, in Create()503 void *Mem = C.Allocate(sizeof(OMPTaskyieldDirective)); in Create()504 OMPTaskyieldDirective *Dir = in Create()505 new (Mem) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()509 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()511 void *Mem = C.Allocate(sizeof(OMPTaskyieldDirective)); in CreateEmpty()512 return new (Mem) OMPTaskyieldDirective(); in CreateEmpty()
613 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) { in VisitOMPTaskyieldDirective()
1063 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) { in VisitOMPTaskyieldDirective()
1589 class OMPTaskyieldDirective : public OMPExecutableDirective {1596 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskyieldDirective() function1602 explicit OMPTaskyieldDirective() in OMPTaskyieldDirective() function1613 static OMPTaskyieldDirective *1620 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
2504 DEF_TRAVERSE_STMT(OMPTaskyieldDirective,
211 def OMPTaskyieldDirective : DStmt<OMPExecutableDirective>;
224 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
2480 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
2588 const OMPTaskyieldDirective &S) { in EmitOMPTaskyieldDirective()
2622 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()3337 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2368 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()
1951 void VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *D);2653 EnqueueVisitor::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()
5918 return OMPTaskyieldDirective::Create(Context, StartLoc, EndLoc); in ActOnOpenMPTaskyieldDirective()
7365 OMPTaskyieldDirective *D) { in TransformOMPTaskyieldDirective()