Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h72 Object(lldb::StructuredDataType t = lldb::eStructuredDataTypeInvalid)
79 virtual void Clear() { m_type = lldb::eStructuredDataTypeInvalid; } in Clear()
374 SetType(lldb::eStructuredDataTypeInvalid); in Dictionary()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DStructuredDataImpl.h96 lldb::eStructuredDataTypeInvalid); in GetType()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp370 if (!dict_sp || dict_sp->GetType() == lldb::eStructuredDataTypeInvalid) in SetScriptedProcessDictionary()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h800 eStructuredDataTypeInvalid = -1, enumerator
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1183 case lldb::eStructuredDataTypeInvalid: in FilterAndGetValueForKey()
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1062 .. py:data:: eStructuredDataTypeInvalid