Searched refs:GetFunctionArgumentCount (Results 1 – 6 of 6) sorted by relevance
112 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
419 int CompilerType::GetFunctionArgumentCount() const { in GetFunctionArgumentCount() function in CompilerType422 return type_system_sp->GetFunctionArgumentCount(m_type); in GetFunctionArgumentCount()
258 int GetFunctionArgumentCount() const;
246 virtual int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) = 0;
692 int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) override;
4355 int TypeSystemClang::GetFunctionArgumentCount( in GetFunctionArgumentCount() function in TypeSystemClang