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.cpp970 << getOpenMPDirectiveName(Node->getCancelRegion(), OpenMPVersion); in VisitOMPCancellationPointDirective()
978 << getOpenMPDirectiveName(Node->getCancelRegion(), OpenMPVersion); in VisitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7448 S.getCancelRegion()); in EmitOMPCancellationPointDirective()
7464 if (S.getCancelRegion() == OMPD_parallel || in EmitOMPCancelDirective()
7465 S.getCancelRegion() == OMPD_sections || in EmitOMPCancelDirective()
7466 S.getCancelRegion() == OMPD_section) { in EmitOMPCancelDirective()
7472 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion())); in EmitOMPCancelDirective()
7478 S.getCancelRegion()); in EmitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2692 Record.writeEnum(D->getCancelRegion()); in VisitOMPCancellationPointDirective()
2699 Record.writeEnum(D->getCancelRegion()); in VisitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3641 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
3699 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9538 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
9540 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()