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()
1117 return m_type.GetNumberOfFunctionArguments(); in GetNumArguments()
107 size_t GetNumberOfFunctionArguments() const;
157 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
302 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()
576 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
3119 size_t TypeSystemClang::GetNumberOfFunctionArguments( in GetNumberOfFunctionArguments() function in TypeSystemClang