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.cpp934 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
940 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7157 S.getCancelRegion()); in EmitOMPCancellationPointDirective()
7173 if (S.getCancelRegion() == OMPD_parallel || in EmitOMPCancelDirective()
7174 S.getCancelRegion() == OMPD_sections || in EmitOMPCancelDirective()
7175 S.getCancelRegion() == OMPD_section) { in EmitOMPCancelDirective()
7181 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion())); in EmitOMPCancelDirective()
7186 S.getCancelRegion()); in EmitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2608 Record.writeEnum(D->getCancelRegion()); in VisitOMPCancellationPointDirective()
2615 Record.writeEnum(D->getCancelRegion()); in VisitOMPCancelDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3654 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
3712 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8871 CancelRegion = cast<OMPCancellationPointDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()
8873 CancelRegion = cast<OMPCancelDirective>(D)->getCancelRegion(); in TransformOMPExecutableDirective()