clang 22.0.0git
Public Member Functions | List of all members
clang::CIRGen::CIRGenFunction::DeclMapRevertingRAII Class Reference

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

Public Member Functions

 DeclMapRevertingRAII (CIRGenFunction &cgf, const VarDecl *vd)
 
 ~DeclMapRevertingRAII ()
 

Detailed Description

Definition at line 537 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ DeclMapRevertingRAII()

clang::CIRGen::CIRGenFunction::DeclMapRevertingRAII::DeclMapRevertingRAII ( CIRGenFunction cgf,
const VarDecl vd 
)
inline

Definition at line 544 of file CIRGenFunction.h.

References clang::CIRGen::CIRGenFunction::localDeclMap.

◆ ~DeclMapRevertingRAII()

clang::CIRGen::CIRGenFunction::DeclMapRevertingRAII::~DeclMapRevertingRAII ( )
inline

Definition at line 554 of file CIRGenFunction.h.

References clang::CIRGen::CIRGenFunction::localDeclMap.


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