Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.cpp111 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h190 int GetFunctionArgumentCount() const;
DTypeSystem.h230 virtual int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) = 0;
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp347 int CompilerType::GetFunctionArgumentCount() const { in GetFunctionArgumentCount() function in CompilerType
349 return m_type_system->GetFunctionArgumentCount(m_type); in GetFunctionArgumentCount()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h689 int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) override;
DTypeSystemClang.cpp4184 int TypeSystemClang::GetFunctionArgumentCount( in GetFunctionArgumentCount() function in TypeSystemClang