Searched refs:OMPTaskyieldDirective (Results 1 – 14 of 14) sorted by relevance
793 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, in Create()796 return new (C) OMPTaskyieldDirective(StartLoc, EndLoc); in Create()799 OMPTaskyieldDirective *OMPTaskyieldDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()801 return new (C) OMPTaskyieldDirective(); in CreateEmpty()
1059 void StmtProfiler::VisitOMPTaskyieldDirective(const OMPTaskyieldDirective *S) { in VisitOMPTaskyieldDirective()
855 void StmtPrinter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *Node) { in VisitOMPTaskyieldDirective()
247 def OMPTaskyieldDirective : StmtNode<OMPExecutableDirective>;
2596 class OMPTaskyieldDirective : public OMPExecutableDirective {2604 OMPTaskyieldDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskyieldDirective() function2610 explicit OMPTaskyieldDirective() in OMPTaskyieldDirective() function2622 static OMPTaskyieldDirective *2629 static OMPTaskyieldDirective *CreateEmpty(const ASTContext &C, EmptyShell);
3085 DEF_TRAVERSE_STMT(OMPTaskyieldDirective,
2523 void ASTStmtReader::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()3562 S = OMPTaskyieldDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2591 void ASTStmtWriter::VisitOMPTaskyieldDirective(OMPTaskyieldDirective *D) { in VisitOMPTaskyieldDirective()
268 EmitOMPTaskyieldDirective(cast<OMPTaskyieldDirective>(*S)); in EmitStmt()
3838 void EmitOMPTaskyieldDirective(const OMPTaskyieldDirective &S);
5337 const OMPTaskyieldDirective &S) { in EmitOMPTaskyieldDirective()
5991 isa<OMPBarrierDirective>(S) || isa<OMPTaskyieldDirective>(S)) in getSingleCompoundChild()
9419 OMPTaskyieldDirective *D) { in TransformOMPTaskyieldDirective()
10995 return OMPTaskyieldDirective::Create(getASTContext(), StartLoc, EndLoc); in ActOnOpenMPTaskyieldDirective()