class CodeGenFunction::OMPLocalDeclMapRAII

Declaration

class CodeGenFunction::OMPLocalDeclMapRAII { /* full declaration omitted */ };

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.

Declared at: clang/lib/CodeGen/CodeGenFunction.h:1121

Member Variables

private clang::CodeGen::CodeGenFunction& CGF
private clang::CodeGen::CodeGenFunction::DeclMapTy SavedMap

Method Overview

Methods

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

Declared at: clang/lib/CodeGen/CodeGenFunction.h:1126

Parameters

clang::CodeGen::CodeGenFunction& CGF

~OMPLocalDeclMapRAII()

Declared at: clang/lib/CodeGen/CodeGenFunction.h:1128