clang
3.7.0
|
Public Member Functions | |
CompleteObject () | |
CompleteObject (APValue *Value, QualType Type) | |
operator bool () const | |
Public Attributes | |
APValue * | Value |
The value of the complete object. More... | |
QualType | Type |
The type of the complete object. More... | |
A handle to a complete object (an object that is not a subobject of another object).
Definition at line 2164 of file ExprConstant.cpp.
|
inline |
Definition at line 2170 of file ExprConstant.cpp.
Definition at line 2171 of file ExprConstant.cpp.
|
inlineexplicit |
Definition at line 2176 of file ExprConstant.cpp.
References Value.
QualType CompleteObject::Type |
The type of the complete object.
Definition at line 2168 of file ExprConstant.cpp.
Referenced by findSubobject().
APValue* CompleteObject::Value |
The value of the complete object.
Definition at line 2166 of file ExprConstant.cpp.
Referenced by findSubobject(), and operator bool().