Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp114 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h205 int GetFunctionArgumentCount() const;
H A DTypeSystem.h236 virtual int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h685 int GetFunctionArgumentCount(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp387 int CompilerType::GetFunctionArgumentCount() const { in GetFunctionArgumentCount() function in CompilerType
389 return m_type_system->GetFunctionArgumentCount(m_type); in GetFunctionArgumentCount()
H A DClangASTContext.cpp4569 int ClangASTContext::GetFunctionArgumentCount( in GetFunctionArgumentCount() function in ClangASTContext