Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp131 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h309 CompilerType GetFunctionArgumentTypeAtIndex(size_t idx) const;
H A DTypeSystem.h254 GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp612 CompilerType CompilerType::GetFunctionArgumentTypeAtIndex(size_t idx) const { in GetFunctionArgumentTypeAtIndex() function in CompilerType
615 return type_system_sp->GetFunctionArgumentTypeAtIndex(m_type, idx); in GetFunctionArgumentTypeAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h765 CompilerType GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4291 CompilerType TypeSystemClang::GetFunctionArgumentTypeAtIndex( in GetFunctionArgumentTypeAtIndex() function in TypeSystemClang