clang  3.8.0
Public Attributes | List of all members
StmtResult Struct Reference

A location where the result (returned value) of evaluating a statement should be stored. More...

Collaboration diagram for StmtResult:
[legend]

Public Attributes

APValueValue
 The APValue that should be filled in with the returned value. More...
 
const LValue * Slot
 The location containing the result, if any (used to support RVO). More...
 

Detailed Description

A location where the result (returned value) of evaluating a statement should be stored.

Definition at line 3343 of file ExprConstant.cpp.

Member Data Documentation

const LValue* StmtResult::Slot

The location containing the result, if any (used to support RVO).

Definition at line 3347 of file ExprConstant.cpp.

Referenced by EvaluateStmt().

APValue& StmtResult::Value

The APValue that should be filled in with the returned value.

Definition at line 3345 of file ExprConstant.cpp.

Referenced by EvaluateStmt().


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