Searched refs:GetFunctionArgumentCount (Results 1 – 6 of 6) sorted by relevance
112 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
313 int GetFunctionArgumentCount() const;
265 virtual int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) = 0;
625 int CompilerType::GetFunctionArgumentCount() const { in GetFunctionArgumentCount() function in CompilerType628 return type_system_sp->GetFunctionArgumentCount(m_type); in GetFunctionArgumentCount()
774 int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) override;
4324 int TypeSystemClang::GetFunctionArgumentCount( in GetFunctionArgumentCount() function in TypeSystemClang