clang
3.7.0
|
#include <CodeGenFunction.h>
Public Member Functions | |
CXXDefaultInitExprScope (CodeGenFunction &CGF) | |
~CXXDefaultInitExprScope () | |
Public Attributes | |
CodeGenFunction & | CGF |
llvm::Value * | OldCXXThisValue |
The scope of a CXXDefaultInitExpr. Within this scope, the value of 'this' is overridden to be the object under construction.
Definition at line 1002 of file CodeGenFunction.h.
|
inline |
Definition at line 1004 of file CodeGenFunction.h.
|
inline |
Definition at line 1008 of file CodeGenFunction.h.
References CGF, and OldCXXThisValue.
CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF |
Definition at line 1013 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue |
Definition at line 1014 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().