Searched refs:GetNumberOfFunctionArguments (Results 1 – 7 of 7) sorted by relevance
135 size_t CompilerType::GetNumberOfFunctionArguments() const { in GetNumberOfFunctionArguments() function in CompilerType138 return type_system_sp->GetNumberOfFunctionArguments(m_type); in GetNumberOfFunctionArguments()
1132 return m_type.GetNumberOfFunctionArguments(); in GetNumArguments()
159 size_t GetNumberOfFunctionArguments() const;
164 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
301 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()
590 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
3155 size_t TypeSystemClang::GetNumberOfFunctionArguments( in GetNumberOfFunctionArguments() function in TypeSystemClang