Searched refs:GetMemberFunctionAtIndex (Results 1 – 8 of 8) sorted by relevance
848 ") GetMemberFunctionAtIndex;850 GetMemberFunctionAtIndex (uint32_t idx);
196 lldb::SBTypeMemberFunction GetMemberFunctionAtIndex(uint32_t idx);
318 lldb::SBTypeMemberFunction SBType::GetMemberFunctionAtIndex(uint32_t idx) { in GetMemberFunctionAtIndex() function in SBType324 m_opaque_sp->GetCompilerType(true).GetMemberFunctionAtIndex(idx))); in GetMemberFunctionAtIndex()
451 TypeMemberFunctionImpl CompilerType::GetMemberFunctionAtIndex(size_t idx) { in GetMemberFunctionAtIndex() function in CompilerType454 return type_system_sp->GetMemberFunctionAtIndex(m_type, idx); in GetMemberFunctionAtIndex()
266 TypeMemberFunctionImpl GetMemberFunctionAtIndex(size_t idx);
258 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, size_t idx) = 0;
703 GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type,
4453 TypeSystemClang::GetMemberFunctionAtIndex(lldb::opaque_compiler_type_t type, in GetMemberFunctionAtIndex() function in TypeSystemClang