Searched refs:GetNumberOfFunctionArguments (Results 1 – 7 of 7) sorted by relevance
153 size_t GetNumberOfFunctionArguments() const;
171 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
150 size_t CompilerType::GetNumberOfFunctionArguments() const { in GetNumberOfFunctionArguments() function in CompilerType153 return type_system_sp->GetNumberOfFunctionArguments(m_type); in GetNumberOfFunctionArguments()
1258 return m_type.GetNumberOfFunctionArguments(); in GetNumArguments()
319 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()
670 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
3150 size_t TypeSystemClang::GetNumberOfFunctionArguments( in GetNumberOfFunctionArguments() function in TypeSystemClang