Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp111 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp359 int CompilerType::GetFunctionArgumentCount() const { in GetFunctionArgumentCount() function in CompilerType
361 return m_type_system->GetFunctionArgumentCount(m_type); in GetFunctionArgumentCount()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h197 int GetFunctionArgumentCount() const;
H A DTypeSystem.h235 virtual int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h683 int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4274 int TypeSystemClang::GetFunctionArgumentCount( in GetFunctionArgumentCount() function in TypeSystemClang