clang  10.0.0git
Public Member Functions | List of all members
clang::CodeGen::CGOpenMPRuntime::LastprivateConditionalRAII Class Reference

Manages list of lastprivate conditional decls for the specified directive. More...

#include "/work/www-prereleases/10.0.0/rc2/docsbuild/clang/lib/CodeGen/CGOpenMPRuntime.h"

Public Member Functions

 LastprivateConditionalRAII (CodeGenFunction &CGF, const OMPExecutableDirective &S, LValue IVLVal)
 
 ~LastprivateConditionalRAII ()
 

Detailed Description

Manages list of lastprivate conditional decls for the specified directive.

Definition at line 243 of file CGOpenMPRuntime.h.

Constructor & Destructor Documentation

◆ LastprivateConditionalRAII()

CGOpenMPRuntime::LastprivateConditionalRAII::LastprivateConditionalRAII ( CodeGenFunction CGF,
const OMPExecutableDirective S,
LValue  IVLVal 
)

◆ ~LastprivateConditionalRAII()

CGOpenMPRuntime::LastprivateConditionalRAII::~LastprivateConditionalRAII ( )

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