clang API Documentation
#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.
| clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CXXDefaultInitExprScope | ( | CodeGenFunction & | CGF | ) | [inline] |
Definition at line 1004 of file CodeGenFunction.h.
Definition at line 1008 of file CodeGenFunction.h.
References CGF, and OldCXXThisValue.
Definition at line 1013 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().
Definition at line 1014 of file CodeGenFunction.h.
Referenced by ~CXXDefaultInitExprScope().