Searched refs:OMPCancellationPointDirective (Results 1 – 13 of 13) sorted by relevance
715 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()718 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()723 OMPCancellationPointDirective *724 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()725 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
1046 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
830 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
257 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
3330 class OMPCancellationPointDirective : public OMPExecutableDirective {3340 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function3346 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function3362 static OMPCancellationPointDirective *3370 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
2907 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
2482 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()3374 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2412 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
284 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
3477 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
6419 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
8497 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()8871 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
11462 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()