Home
last modified time | relevance | path

Searched refs:getCancelRegion (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp947 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
953 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7229 S.getCancelRegion()); in EmitOMPCancellationPointDirective()
7245 if (S.getCancelRegion() == OMPD_parallel || in EmitOMPCancelDirective()
7246 S.getCancelRegion() == OMPD_sections || in EmitOMPCancelDirective()
7247 S.getCancelRegion() == OMPD_section) { in EmitOMPCancelDirective()
7253 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion())); in EmitOMPCancelDirective()
7258 S.getCancelRegion()); in EmitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2657 Record.writeEnum(D->getCancelRegion()); in VisitOMPCancellationPointDirective()
2664 Record.writeEnum(D->getCancelRegion()); in VisitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3658 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
3716 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9178 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
9180 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()