Searched refs:GetFunctionArgumentTypeAtIndex (Results 1 – 6 of 6) sorted by relevance
133 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
207 CompilerType GetFunctionArgumentTypeAtIndex(size_t idx) const;
239 GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
687 CompilerType GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
394 CompilerType CompilerType::GetFunctionArgumentTypeAtIndex(size_t idx) const { in GetFunctionArgumentTypeAtIndex() function in CompilerType396 return m_type_system->GetFunctionArgumentTypeAtIndex(m_type, idx); in GetFunctionArgumentTypeAtIndex()
4580 CompilerType ClangASTContext::GetFunctionArgumentTypeAtIndex( in GetFunctionArgumentTypeAtIndex() function in ClangASTContext