clang
8.0.0
|
The scope of a CXXDefaultInitExpr. More...
#include "/work/www-prereleases/8.0.0/rc3/docsbuild/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 1418 of file CodeGenFunction.h.
|
inline |
Definition at line 1420 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), and clang::CodeGen::Address::getPointer().
|
inline |
Definition at line 1426 of file CodeGenFunction.h.
CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF |
Definition at line 1432 of file CodeGenFunction.h.
CharUnits clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisAlignment |
Definition at line 1434 of file CodeGenFunction.h.
llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue |
Definition at line 1433 of file CodeGenFunction.h.