|
clang
3.8.0
|
The scope of a CXXDefaultInitExpr. More...
#include <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 1037 of file CodeGenFunction.h.
|
inline |
Definition at line 1039 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), and clang::CodeGen::Address::getPointer().
|
inline |
Definition at line 1045 of file CodeGenFunction.h.
References CGF, OldCXXThisAlignment, and OldCXXThisValue.
| CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF |
Definition at line 1051 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
| CharUnits clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisAlignment |
Definition at line 1053 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
| llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue |
Definition at line 1052 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
1.8.6