Searched refs:OMPCancellationPointDirective (Results 1 – 13 of 13) sorted by relevance
899 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( in Create()902 auto *Dir = new (C) OMPCancellationPointDirective(StartLoc, EndLoc); in Create()907 OMPCancellationPointDirective *908 OMPCancellationPointDirective::CreateEmpty(const ASTContext &C, EmptyShell) { in CreateEmpty()909 return new (C) OMPCancellationPointDirective(); in CreateEmpty()
1169 const OMPCancellationPointDirective *S) { in VisitOMPCancellationPointDirective()
966 OMPCancellationPointDirective *Node) { in VisitOMPCancellationPointDirective()
265 def OMPCancellationPointDirective : StmtNode<OMPExecutableDirective>;
3597 class OMPCancellationPointDirective : public OMPExecutableDirective {3607 OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCancellationPointDirective() function3613 explicit OMPCancellationPointDirective() in OMPCancellationPointDirective() function3629 static OMPCancellationPointDirective *3637 static OMPCancellationPointDirective *CreateEmpty(const ASTContext &C,
3152 DEF_TRAVERSE_STMT(OMPCancellationPointDirective,
2649 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()3793 S = OMPCancellationPointDirective::CreateEmpty(Context, Empty); in ReadStmtFromStream()
2689 OMPCancellationPointDirective *D) { in VisitOMPCancellationPointDirective()
310 EmitOMPCancellationPointDirective(cast<OMPCancellationPointDirective>(*S)); in EmitStmt()
3896 EmitOMPCancellationPointDirective(const OMPCancellationPointDirective &S);
7446 const OMPCancellationPointDirective &S) { in EmitOMPCancellationPointDirective()
9538 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()10051 OMPCancellationPointDirective *D) { in TransformOMPCancellationPointDirective()
13291 return OMPCancellationPointDirective::Create(getASTContext(), StartLoc, in ActOnOpenMPCancellationPointDirective()