Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp321 SBTypeMemberFunction sb_func_type; in GetMemberFunctionAtIndex()
781 SBTypeMemberFunction::SBTypeMemberFunction() { LLDB_INSTRUMENT_VA(this); } in SBTypeMemberFunction() function in SBTypeMemberFunction
783 SBTypeMemberFunction::~SBTypeMemberFunction() = default;
785 SBTypeMemberFunction::SBTypeMemberFunction(const SBTypeMemberFunction &rhs) in SBTypeMemberFunction() function in SBTypeMemberFunction
790 lldb::SBTypeMemberFunction &SBTypeMemberFunction::
791 operator=(const lldb::SBTypeMemberFunction &rhs) { in operator =()
799 bool SBTypeMemberFunction::IsValid() const { in IsValid()
803 SBTypeMemberFunction::operator bool() const { in operator bool()
809 const char *SBTypeMemberFunction::GetName() { in GetName()
839 SBType SBTypeMemberFunction::GetType() { in GetType()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h65 class SBTypeMemberFunction {
67 SBTypeMemberFunction();
69 SBTypeMemberFunction(const lldb::SBTypeMemberFunction &rhs);
71 ~SBTypeMemberFunction();
73 lldb::SBTypeMemberFunction &operator=(const lldb::SBTypeMemberFunction &rhs);
201 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
244 friend class SBTypeMemberFunction; variable
H A DSBStream.h99 friend class SBTypeMemberFunction; variable
H A DSBDefines.h121 class LLDB_API SBTypeMemberFunction; variable
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i20 STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeMemberFunction, lldb::eDescriptionLevelBrief)
22 %extend lldb::SBTypeMemberFunction {
H A DSBTypeDocstrings.i7 ) lldb::SBTypeMemberFunction;
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp64498 …result = (lldb::SBTypeMemberFunction *)new lldb::SBTypeMemberFunction((lldb::SBTypeMemberFunction in _wrap_new_SBTypeMemberFunction__SWIG_1()
64545 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_IsValid()
64569 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_GetName()
64593 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_GetDemangledName()
64617 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_GetMangledName()
64641 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_GetType()
64668 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_GetReturnType()
64695 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_GetNumberOfArguments()
64719 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_GetArgumentTypeAtIndex()
64749 lldb::SBTypeMemberFunction *arg1 = (lldb::SBTypeMemberFunction *) 0 ; in _wrap_SBTypeMemberFunction_GetKind()
[all …]