Searched refs:OMPCancellationPointDirective (Results 1 – 13 of 13) sorted by relevance
823 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()826 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()831 OMPCancellationPointDirective *832 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()833 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
1122 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
932 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
260 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
3610 class OMPCancellationPointDirective : public OMPExecutableDirective {3620 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function3626 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function3642 static OMPCancellationPointDirective *3650 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
3027 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
2593 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()3579 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2605 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
294 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
3630 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
7155 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
8871 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()9288 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
13581 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()