Home
last modified time | relevance | path

Searched refs:StructuredDataType (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp119 StructuredDataType SBStructuredData::GetType() const { in GetType()
120 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::StructuredDataType, SBStructuredData, in GetType()
228 LLDB_REGISTER_METHOD_CONST(lldb::StructuredDataType, SBStructuredData, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h72 Object(lldb::StructuredDataType t = lldb::eStructuredDataTypeInvalid)
81 lldb::StructuredDataType GetType() const { return m_type; } in GetType()
83 void SetType(lldb::StructuredDataType t) { m_type = t; } in SetType()
162 lldb::StructuredDataType m_type;
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredData.i35 lldb::StructuredDataType GetType() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h46 lldb::StructuredDataType GetType() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h91 lldb::StructuredDataType GetType() const { in GetType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h785 enum StructuredDataType { enum
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1058 StructuredDataType section in Enumerators
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44415 lldb::StructuredDataType result; in _wrap_SBStructuredData_GetType()
44424 result = (lldb::StructuredDataType)((lldb::SBStructuredData const *)arg1)->GetType(); in _wrap_SBStructuredData_GetType()