Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangFunctionCaller.cpp131 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h315 CompilerType GetFunctionArgumentTypeAtIndex(size_t idx) const;
HDTypeSystem.h268 GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp633 CompilerType CompilerType::GetFunctionArgumentTypeAtIndex(size_t idx) const { in GetFunctionArgumentTypeAtIndex() function in CompilerType
636 return type_system_sp->GetFunctionArgumentTypeAtIndex(m_type, idx); in GetFunctionArgumentTypeAtIndex()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h776 CompilerType GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
HDTypeSystemClang.cpp4335 CompilerType TypeSystemClang::GetFunctionArgumentTypeAtIndex( in GetFunctionArgumentTypeAtIndex() function in TypeSystemClang