clang 23.0.0git
clang::CodeGen::CodeGenFunction::OMPLocalDeclMapRAII Class Reference

Save/restore original map of previously emitted local vars in case when we need to duplicate emission of the same code several times in the same function for OpenMP code. More...

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 OMPLocalDeclMapRAII (CodeGenFunction &CGF)
 ~OMPLocalDeclMapRAII ()

Detailed Description

Save/restore original map of previously emitted local vars in case when we need to duplicate emission of the same code several times in the same function for OpenMP code.

Definition at line 1253 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ OMPLocalDeclMapRAII()

clang::CodeGen::CodeGenFunction::OMPLocalDeclMapRAII::OMPLocalDeclMapRAII ( CodeGenFunction & CGF)
inline

Definition at line 1258 of file CodeGenFunction.h.

◆ ~OMPLocalDeclMapRAII()

clang::CodeGen::CodeGenFunction::OMPLocalDeclMapRAII::~OMPLocalDeclMapRAII ( )
inline

Definition at line 1260 of file CodeGenFunction.h.


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