|
clang 22.0.0git
|
The scope of a CXXDefaultInitExpr. More...
#include "/work/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 1784 of file CodeGenFunction.h.
|
inline |
Definition at line 1786 of file CodeGenFunction.h.
References CGF, clang::CodeGen::CodeGenFunction::CurSourceLocExprScope, OldCXXThisAlignment, OldCXXThisValue, and SourceLocScope.
|
inline |
Definition at line 1793 of file CodeGenFunction.h.
References CGF, OldCXXThisAlignment, and OldCXXThisValue.
| CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF |
Definition at line 1799 of file CodeGenFunction.h.
Referenced by CXXDefaultInitExprScope(), and ~CXXDefaultInitExprScope().
| CharUnits clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisAlignment |
Definition at line 1801 of file CodeGenFunction.h.
Referenced by CXXDefaultInitExprScope(), and ~CXXDefaultInitExprScope().
| llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue |
Definition at line 1800 of file CodeGenFunction.h.
Referenced by CXXDefaultInitExprScope(), and ~CXXDefaultInitExprScope().
| SourceLocExprScopeGuard clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::SourceLocScope |
Definition at line 1802 of file CodeGenFunction.h.
Referenced by CXXDefaultInitExprScope().