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