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

A scope within which we are constructing the fields of an object which might use a CXXDefaultInitExpr. More...

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

Public Member Functions

 FieldConstructionScope (CIRGenFunction &cgf, Address thisAddr)
 
 ~FieldConstructionScope ()
 

Detailed Description

A scope within which we are constructing the fields of an object which might use a CXXDefaultInitExpr.

This stashes away a 'this' value to use if we need to evaluate the CXXDefaultInitExpr within the evaluation.

Definition at line 600 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ FieldConstructionScope()

clang::CIRGen::CIRGenFunction::FieldConstructionScope::FieldConstructionScope ( CIRGenFunction cgf,
Address  thisAddr 
)
inline

◆ ~FieldConstructionScope()

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

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