Home
last modified time | relevance | path

Searched refs:GetNumberOfFunctionArguments (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp109 size_t CompilerType::GetNumberOfFunctionArguments() const { in GetNumberOfFunctionArguments() function in CompilerType
111 return m_type_system->GetNumberOfFunctionArguments(m_type); in GetNumberOfFunctionArguments()
HDType.cpp1090 return m_type.GetNumberOfFunctionArguments(); in GetNumArguments()
HDClangASTContext.cpp2859 size_t ClangASTContext::GetNumberOfFunctionArguments( in GetNumberOfFunctionArguments() function in ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h100 size_t GetNumberOfFunctionArguments() const;
HDTypeSystem.h154 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
HDClangASTContext.h506 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp294 size_t count = func_type.GetNumberOfFunctionArguments(); in GetFunctionArgumentTypes()