Home
last modified time | relevance | path

Searched refs:eStructuredDataTypeInvalid (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStructuredDataImpl.h89 lldb::eStructuredDataTypeInvalid); in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp76 return (m_impl_up ? m_impl_up->GetType() : eStructuredDataTypeInvalid); in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h76 Object(lldb::StructuredDataType t = lldb::eStructuredDataTypeInvalid)
83 virtual void Clear() { m_type = lldb::eStructuredDataTypeInvalid; } in Clear()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h798 eStructuredDataTypeInvalid = -1, enumerator