Searched refs:GetMemberFunctionAtIndex (Results 1 – 9 of 9) sorted by relevance
674 ) lldb::SBType::GetMemberFunctionAtIndex;
234 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
336 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType342 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()
321 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
277 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
657 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType660 return type_system_sp->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
785 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
4422 TypeSystemClang::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in TypeSystemClang
69244 result = (arg1)->GetMemberFunctionAtIndex(arg2); in _wrap_SBType_GetMemberFunctionAtIndex()