clang  5.0.0
Public Member Functions | Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope Class Reference

The scope of a CXXDefaultInitExpr. More...

#include "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"

Collaboration diagram for clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope:
[legend]

Public Member Functions

 CXXDefaultInitExprScope (CodeGenFunction &CGF)
 
 ~CXXDefaultInitExprScope ()
 

Public Attributes

CodeGenFunctionCGF
 
llvm::ValueOldCXXThisValue
 
CharUnits OldCXXThisAlignment
 

Detailed Description

The scope of a CXXDefaultInitExpr.

Within this scope, the value of 'this' is overridden to be the object under construction.

Definition at line 1267 of file CodeGenFunction.h.

Constructor & Destructor Documentation

clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CXXDefaultInitExprScope ( CodeGenFunction CGF)
inline
clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::~CXXDefaultInitExprScope ( )
inline

Definition at line 1275 of file CodeGenFunction.h.

References OldCXXThisAlignment, and OldCXXThisValue.

Member Data Documentation

CodeGenFunction& clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::CGF

Definition at line 1281 of file CodeGenFunction.h.

CharUnits clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisAlignment

Definition at line 1283 of file CodeGenFunction.h.

Referenced by ~CXXDefaultInitExprScope().

llvm::Value* clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope::OldCXXThisValue

Definition at line 1282 of file CodeGenFunction.h.

Referenced by ~CXXDefaultInitExprScope().


The documentation for this class was generated from the following file: