Searched refs:GetFunctionArgumentTypeAtIndex (Results 1 – 6 of 6) sorted by relevance
131 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
315 CompilerType GetFunctionArgumentTypeAtIndex(size_t idx) const;
268 GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
633 CompilerType CompilerType::GetFunctionArgumentTypeAtIndex(size_t idx) const { in GetFunctionArgumentTypeAtIndex() function in CompilerType636 return type_system_sp->GetFunctionArgumentTypeAtIndex(m_type, idx); in GetFunctionArgumentTypeAtIndex()
776 CompilerType GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
4335 CompilerType TypeSystemClang::GetFunctionArgumentTypeAtIndex( in GetFunctionArgumentTypeAtIndex() function in TypeSystemClang