Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp131 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp366 CompilerType CompilerType::GetFunctionArgumentTypeAtIndex(size_t idx) const { in GetFunctionArgumentTypeAtIndex() function in CompilerType
368 return m_type_system->GetFunctionArgumentTypeAtIndex(m_type, idx); in GetFunctionArgumentTypeAtIndex()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h199 CompilerType GetFunctionArgumentTypeAtIndex(size_t idx) const;
H A DTypeSystem.h237 GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h677 CompilerType GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp4317 CompilerType TypeSystemClang::GetFunctionArgumentTypeAtIndex( in GetFunctionArgumentTypeAtIndex() function in TypeSystemClang