Searched refs:OMPTaskyieldDirective (Results 1 – 14 of 14) sorted by relevance
755 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, in Create()758 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()761 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()763 return new (C) OMPTaskyieldDirective(); in CreateEmpty()
1048 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) { in VisitOMPTaskyieldDirective()
842 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) { in VisitOMPTaskyieldDirective()
243 def OMPTaskyieldDirective : StmtNode<OMPExecutableDirective>;
2595 class OMPTaskyieldDirective : public OMPExecutableDirective {2603 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskyieldDirective() function2609 explicit OMPTaskyieldDirective() in OMPTaskyieldDirective() function2621 static OMPTaskyieldDirective *2628 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
3015 DEF_TRAVERSE_STMT(OMPTaskyieldDirective,
2495 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()3485 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2542 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()
258 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
3610 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
5280 const OMPTaskyieldDirective &S) { in EmitOMPTaskyieldDirective()
5976 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S)) in getSingleCompoundChild()
9090 OMPTaskyieldDirective *D) { in TransformOMPTaskyieldDirective()
11333 return OMPTaskyieldDirective::Create(Context, StartLoc, EndLoc); in ActOnOpenMPTaskyieldDirective()