Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i674 ) lldb::SBType::GetMemberFunctionAtIndex;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h201 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp318 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType
324 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h315 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
H A DTypeSystem.h263 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp636 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType
639 return type_system_sp->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h774 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4378 TypeSystemClang::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66016 result = (arg1)->GetMemberFunctionAtIndex(arg2); in _wrap_SBType_GetMemberFunctionAtIndex()