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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h100 size_t GetNumberOfFunctionArguments() const;
H A DTypeSystem.h154 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h506 GetNumberOfFunctionArguments(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp109 size_t CompilerType::GetNumberOfFunctionArguments() const { function in class:CompilerType
111 return m_type_system->GetNumberOfFunctionArguments(m_type);
H A DType.cpp1090 return m_type.GetNumberOfFunctionArguments();
H A DClangASTContext.cpp2859 size_t ClangASTContext::GetNumberOfFunctionArguments( function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp294 size_t count = func_type.GetNumberOfFunctionArguments();

Completed in 235 milliseconds