Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h80 Object(lldb::StructuredDataType t = lldb::eStructuredDataTypeInvalid) in m_type()
87 virtual void Clear() { m_type = lldb::eStructuredDataTypeInvalid; }
390 SetType(lldb::eStructuredDataTypeInvalid);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h96 lldb::eStructuredDataTypeInvalid); in GetType()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp328 if (!dict_sp || dict_sp->GetType() == lldb::eStructuredDataTypeInvalid) in SetScriptedProcessDictionary()
H A DSBLaunchInfo.cpp384 if (!dict_sp || dict_sp->GetType() == lldb::eStructuredDataTypeInvalid) in SetScriptedProcessDictionary()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h841 eStructuredDataTypeInvalid = -1, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1064 .. py:data:: eStructuredDataTypeInvalid
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81617 {SWIG_LUA_CONSTTAB_INT("eStructuredDataTypeInvalid", (lldb::eStructuredDataTypeInvalid))},