Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp112 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp419 int CompilerType::GetFunctionArgumentCount() const { in GetFunctionArgumentCount() function in CompilerType
422 return type_system_sp->GetFunctionArgumentCount(m_type); in GetFunctionArgumentCount()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h258 int GetFunctionArgumentCount() const;
H A DTypeSystem.h246 virtual int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h692 int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4355 int TypeSystemClang::GetFunctionArgumentCount( in GetFunctionArgumentCount() function in TypeSystemClang