Home
last modified time | relevance | path

Searched refs:GetNumFunctionArguments (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h84 size_t GetNumFunctionArguments() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp36 size_t CompilerDecl::GetNumFunctionArguments() const { in GetNumFunctionArguments() function in CompilerDecl
H A DType.cpp1239 return m_decl.GetNumFunctionArguments(); in GetNumArguments()