Searched refs:GetMemberFunctionAtIndex (Results 1 – 9 of 9) sorted by relevance
836 ") GetMemberFunctionAtIndex;838 GetMemberFunctionAtIndex (uint32_t idx);
318 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType320 GetMemberFunctionAtIndex, (uint32_t), idx); in GetMemberFunctionAtIndex()325 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()962 GetMemberFunctionAtIndex, (uint32_t)); in RegisterMethods()
191 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
387 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType389 return m_type_system->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
205 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
247 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
694 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
4372 TypeSystemClang::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in TypeSystemClang
59644 result = (arg1)->GetMemberFunctionAtIndex(arg2); in _wrap_SBType_GetMemberFunctionAtIndex()