|
clang
3.8.0
|
A location where the result (returned value) of evaluating a statement should be stored. More...
Public Attributes | |
| APValue & | Value |
| 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... | |
A location where the result (returned value) of evaluating a statement should be stored.
Definition at line 3343 of file ExprConstant.cpp.
| 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().
1.8.6