Searched refs:GetNumberOfFunctionArguments (Results 1 – 7 of 7) sorted by relevance
109 size_t CompilerType::GetNumberOfFunctionArguments() const { in GetNumberOfFunctionArguments() function in CompilerType111 return m_type_system->GetNumberOfFunctionArguments(m_type); in GetNumberOfFunctionArguments()
1090 return m_type.GetNumberOfFunctionArguments(); in GetNumArguments()
2859 size_t ClangASTContext::GetNumberOfFunctionArguments( in GetNumberOfFunctionArguments() function in ClangASTContext
100 size_t GetNumberOfFunctionArguments() const;
154 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
506 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
294 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()