Searched refs:OMPCancellationPointDirective (Results 1 – 14 of 14) sorted by relevance
677 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()680 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()685 OMPCancellationPointDirective *686 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()687 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
1035 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
824 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
3297 class OMPCancellationPointDirective : public OMPExecutableDirective {3307 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function3313 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function3329 static OMPCancellationPointDirective *3337 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
2878 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
255 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
2468 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()3349 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2396 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
281 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
3476 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
6386 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
2065 VisitOMPCancellationPointDirective(const OMPCancellationPointDirective *D);3026 const OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
8474 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()8837 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
11427 return OMPCancellationPointDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPCancellationPointDirective()