Searched refs:OMPTaskyieldDirective (Results 1 – 15 of 15) sorted by relevance
482 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, in Create()485 void *Mem = C.Allocate(sizeof(OMPTaskyieldDirective)); in Create()486 OMPTaskyieldDirective *Dir = in Create()487 new (Mem) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()491 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()493 void *Mem = C.Allocate(sizeof(OMPTaskyieldDirective)); in CreateEmpty()494 return new (Mem) OMPTaskyieldDirective(); in CreateEmpty()
829 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) { in VisitOMPTaskyieldDirective()
714 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) { in VisitOMPTaskyieldDirective()
1839 class OMPTaskyieldDirective : public OMPExecutableDirective {1846 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskyieldDirective() function1852 explicit OMPTaskyieldDirective() in OMPTaskyieldDirective() function1863 static OMPTaskyieldDirective *1870 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
2680 DEF_TRAVERSE_STMT(OMPTaskyieldDirective,
220 def OMPTaskyieldDirective : DStmt<OMPExecutableDirective>;
2067 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()2901 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2094 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()
233 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
3122 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
730 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S)) in getSingleCompoundChild()
3214 const OMPTaskyieldDirective &S) { in EmitOMPTaskyieldDirective()
8090 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S)) in getSingleCompoundChild()
7901 OMPTaskyieldDirective *D) { in TransformOMPTaskyieldDirective()
6183 return OMPTaskyieldDirective::Create(Context, StartLoc, EndLoc); in ActOnOpenMPTaskyieldDirective()