Definition at line 221 of file APValue.cpp.
◆ LV()
clang::APValue::LV::LV |
( |
| ) |
|
|
inline |
◆ ~LV()
clang::APValue::LV::~LV |
( |
| ) |
|
|
inline |
◆ getPath() [1/2]
◆ getPath() [2/2]
◆ hasPath()
bool clang::APValue::LV::hasPath |
( |
| ) |
const |
|
inline |
◆ hasPathPtr()
bool clang::APValue::LV::hasPathPtr |
( |
| ) |
const |
|
inline |
◆ resizePath()
void clang::APValue::LV::resizePath |
( |
unsigned |
Length | ) |
|
|
inline |
union { ... } clang::APValue::LV::@282 |
Path - The sequence of base classes, fields and array indices to follow to walk from Base to the subobject.
When performing GCC-style folding, there may not be such a path.
◆ InlinePathSpace
const unsigned clang::APValue::LV::InlinePathSpace |
|
static |
Initial value:=
(DataSize - sizeof(LVBase)) / sizeof(LValuePathEntry)
Definition at line 222 of file APValue.cpp.
◆ Path
◆ PathPtr
The documentation for this struct was generated from the following file: