clang 20.0.0git
|
The scope of a CXXDefaultInitExpr. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
CXXDefaultInitExprScope (CodeGenFunction &CGF, const CXXDefaultInitExpr *E) | |
~CXXDefaultInitExprScope () | |
Public Attributes | |
CodeGenFunction & | CGF |
llvm::Value * | OldCXXThisValue |
CharUnits | OldCXXThisAlignment |
SourceLocExprScopeGuard | SourceLocScope |
The scope of a CXXDefaultInitExpr.
Within this scope, the value of 'this' is overridden to be the object under construction.
Definition at line 1771 of file CodeGenFunction.h.
|
inline |
Definition at line 1773 of file CodeGenFunction.h.
References CGF, clang::CodeGen::Address::getAlignment(), and clang::CodeGen::Address::getBasePointer().
|
inline |
Definition at line 1780 of file CodeGenFunction.h.
References CGF, OldCXXThisAlignment, and OldCXXThisValue.
CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF |
Definition at line 1786 of file CodeGenFunction.h.
Referenced by CXXDefaultInitExprScope(), and ~CXXDefaultInitExprScope().
CharUnits clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisAlignment |
Definition at line 1788 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue |
Definition at line 1787 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
SourceLocExprScopeGuard clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::SourceLocScope |
Definition at line 1789 of file CodeGenFunction.h.