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.h234 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp336 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType
342 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h321 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
H A DTypeSystem.h277 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp657 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType
660 return type_system_sp->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h785 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4422 TypeSystemClang::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in TypeSystemClang
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69244 result = (arg1)->GetMemberFunctionAtIndex(arg2); in _wrap_SBType_GetMemberFunctionAtIndex()