Searched refs:GetNumberOfFunctionArguments (Results 1 – 7 of 7) sorted by relevance
104 size_t GetNumberOfFunctionArguments() const;
161 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
579 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
129 size_t CompilerType::GetNumberOfFunctionArguments() const { in GetNumberOfFunctionArguments() function in CompilerType131 return m_type_system->GetNumberOfFunctionArguments(m_type); in GetNumberOfFunctionArguments()
1082 return m_type.GetNumberOfFunctionArguments(); in GetNumArguments()
3250 size_t ClangASTContext::GetNumberOfFunctionArguments( in GetNumberOfFunctionArguments() function in ClangASTContext
232 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()