clang
10.0.0git
|
The scope of a CXXDefaultInitExpr. More...
#include "/work/www-prereleases/10.0.0/rc2/docsbuild/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 1446 of file CodeGenFunction.h.
|
inline |
Definition at line 1448 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), and clang::CodeGen::Address::getPointer().
|
inline |
Definition at line 1455 of file CodeGenFunction.h.
CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF |
Definition at line 1461 of file CodeGenFunction.h.
CharUnits clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisAlignment |
Definition at line 1463 of file CodeGenFunction.h.
llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue |
Definition at line 1462 of file CodeGenFunction.h.
SourceLocExprScopeGuard clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::SourceLocScope |
Definition at line 1464 of file CodeGenFunction.h.