LLDB
mainline
|
Classes | |
struct | InlinedIndexes |
struct | OutsourcedIndexes |
Public Member Functions | |
size_t | GetNumIndexes () |
lldb::ValueObjectSP | GetIndexAtIndex (size_t idx, const CompilerType &desired_type) |
void | Clear () |
Impl () | |
Public Attributes | |
union { | |
struct InlinedIndexes m_inlined | |
struct OutsourcedIndexes m_outsourced | |
}; | |
Mode | m_mode = Mode::Invalid |
Definition at line 142 of file NSIndexPath.cpp.
|
inline |
Definition at line 298 of file NSIndexPath.cpp.
|
inline |
Definition at line 284 of file NSIndexPath.cpp.
|
inline |
Definition at line 154 of file NSIndexPath.cpp.
|
inline |
Definition at line 143 of file NSIndexPath.cpp.
union { ... } |
struct InlinedIndexes NSIndexPathSyntheticFrontEnd::Impl::m_inlined |
Definition at line 280 of file NSIndexPath.cpp.
Mode NSIndexPathSyntheticFrontEnd::Impl::m_mode = Mode::Invalid |
Definition at line 300 of file NSIndexPath.cpp.
struct OutsourcedIndexes NSIndexPathSyntheticFrontEnd::Impl::m_outsourced |
Definition at line 281 of file NSIndexPath.cpp.