Home
last modified time | relevance | path

Searched refs:GetMemberFunctionAtIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i836 ") GetMemberFunctionAtIndex;
838 GetMemberFunctionAtIndex (uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp318 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType
320 GetMemberFunctionAtIndex, (uint32_t), idx); in GetMemberFunctionAtIndex()
325 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()
962 GetMemberFunctionAtIndex, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h191 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp387 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType
389 return m_type_system->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h205 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
H A DTypeSystem.h247 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h694 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4372 TypeSystemClang::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in TypeSystemClang
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59644 result = (arg1)->GetMemberFunctionAtIndex(arg2); in _wrap_SBType_GetMemberFunctionAtIndex()