Searched refs:GetNumberOfFunctionArguments (Results 1 – 7 of 7) sorted by relevance
115 size_t CompilerType::GetNumberOfFunctionArguments() const { in GetNumberOfFunctionArguments() function in CompilerType117 return m_type_system->GetNumberOfFunctionArguments(m_type); in GetNumberOfFunctionArguments()
1118 return m_type.GetNumberOfFunctionArguments(); in GetNumArguments()
107 size_t GetNumberOfFunctionArguments() const;
158 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
301 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()
584 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
3095 size_t TypeSystemClang::GetNumberOfFunctionArguments( in GetNumberOfFunctionArguments() function in TypeSystemClang