clang
6.0.0
|
The scope of a CXXDefaultInitExpr. More...
#include "/work/www-prereleases/6.0.0/rc3/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"
Public Member Functions | |
CXXDefaultInitExprScope (CodeGenFunction &CGF) | |
~CXXDefaultInitExprScope () | |
Public Attributes | |
CodeGenFunction & | CGF |
llvm::Value * | OldCXXThisValue |
CharUnits | OldCXXThisAlignment |
The scope of a CXXDefaultInitExpr.
Within this scope, the value of 'this' is overridden to be the object under construction.
Definition at line 1266 of file CodeGenFunction.h.
|
inline |
Definition at line 1268 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), and clang::CodeGen::Address::getPointer().
|
inline |
Definition at line 1274 of file CodeGenFunction.h.
CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF |
Definition at line 1280 of file CodeGenFunction.h.
CharUnits clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisAlignment |
Definition at line 1282 of file CodeGenFunction.h.
llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue |
Definition at line 1281 of file CodeGenFunction.h.