clang
3.9.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 1062 of file CodeGenFunction.h.
|
inline |
Definition at line 1064 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), and clang::CodeGen::Address::getPointer().
|
inline |
Definition at line 1070 of file CodeGenFunction.h.
References CGF, OldCXXThisAlignment, and OldCXXThisValue.
CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF |
Definition at line 1076 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
CharUnits clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisAlignment |
Definition at line 1078 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue |
Definition at line 1077 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().