Searched refs:GetFunctionArgumentAtIndex (Results 1 – 7 of 7) sorted by relevance
154 CompilerType GetFunctionArgumentAtIndex(const size_t index) const;
169 GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type,
135 CompilerType::GetFunctionArgumentAtIndex(const size_t index) const { in GetFunctionArgumentAtIndex() function in CompilerType138 return type_system_sp->GetFunctionArgumentAtIndex(m_type, index); in GetFunctionArgumentAtIndex()
1251 return m_type.GetFunctionArgumentAtIndex(idx); in GetArgumentAtIndex()
303 sb_type_list.Append(SBType(func_type.GetFunctionArgumentAtIndex(i))); in GetFunctionArgumentTypes()
661 CompilerType GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type,
3083 TypeSystemClang::GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type, in GetFunctionArgumentAtIndex() function in TypeSystemClang