clang 19.0.0git
Public Member Functions | List of all members
clang::CodeGen::CGOpenMPRuntime::DisableAutoDeclareTargetRAII Class Reference

Allows to disable automatic handling of functions used in target regions as those marked as omp declare target. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGOpenMPRuntime.h"

Public Member Functions

 DisableAutoDeclareTargetRAII (CodeGenModule &CGM)
 
 ~DisableAutoDeclareTargetRAII ()
 

Detailed Description

Allows to disable automatic handling of functions used in target regions as those marked as omp declare target.

Definition at line 233 of file CGOpenMPRuntime.h.

Constructor & Destructor Documentation

◆ DisableAutoDeclareTargetRAII()

CGOpenMPRuntime::DisableAutoDeclareTargetRAII::DisableAutoDeclareTargetRAII ( CodeGenModule CGM)

◆ ~DisableAutoDeclareTargetRAII()

CGOpenMPRuntime::DisableAutoDeclareTargetRAII::~DisableAutoDeclareTargetRAII ( )

The documentation for this class was generated from the following files: