Searched refs:OMPCancellationPointDirective (Results 1 – 14 of 14) sorted by relevance
789 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()792 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()797 OMPCancellationPointDirective *798 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()799 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
1076 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
916 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
259 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
3541 class OMPCancellationPointDirective : public OMPExecutableDirective {3551 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function3557 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function3573 static OMPCancellationPointDirective *3581 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
3018 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
2489 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()3439 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2432 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
288 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
3540 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
7105 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
2163 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D);3172 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
8603 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()8997 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
13161 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()