Searched refs:OMPCancellationPointDirective (Results 1 – 14 of 14) sorted by relevance
804 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()807 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()812 OMPCancellationPointDirective *813 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()814 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
1094 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
922 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
260 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
3542 class OMPCancellationPointDirective : public OMPExecutableDirective {3552 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function3558 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function3574 static OMPCancellationPointDirective *3582 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
3016 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
2536 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()3491 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2473 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
292 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
3543 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
7081 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
2171 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D);3198 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
8713 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()9118 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
13301 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()