Home
last modified time | relevance | path

Searched refs:GetFunctionArgumentType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h88 CompilerType GetFunctionArgumentType(size_t arg_idx) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerDecl.cpp40 CompilerType CompilerDecl::GetFunctionArgumentType(size_t arg_idx) const { in GetFunctionArgumentType() function in CompilerDecl
H A DType.cpp1246 return m_decl.GetFunctionArgumentType(idx); in GetArgumentAtIndex()