Searched refs:OMPCancellationPointDirective (Results 1 – 13 of 13) sorted by relevance
861 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()864 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()869 OMPCancellationPointDirective *870 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()871 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
1133 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
945 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
264 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
3614 class OMPCancellationPointDirective : public OMPExecutableDirective {3624 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function3630 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function3646 static OMPCancellationPointDirective *3654 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
3097 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
2621 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()3656 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2654 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
304 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
3858 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
7227 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
9178 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()9617 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
13155 return OMPCancellationPointDirective::Create(getASTContext(), StartLoc, in ActOnOpenMPCancellationPointDirective()