Home
last modified time | relevance | path

Searched refs:GetFunctionArgumentCount (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp112 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h307 int GetFunctionArgumentCount() const;
H A DTypeSystem.h251 virtual int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp604 int CompilerType::GetFunctionArgumentCount() const { in GetFunctionArgumentCount() function in CompilerType
607 return type_system_sp->GetFunctionArgumentCount(m_type); in GetFunctionArgumentCount()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h763 int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4280 int TypeSystemClang::GetFunctionArgumentCount( in GetFunctionArgumentCount() function in TypeSystemClang