Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp133 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h207 CompilerType GetFunctionArgumentTypeAtIndex(size_t idx) const;
H A DTypeSystem.h239 GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h687 CompilerType GetFunctionArgumentTypeAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp394 CompilerType CompilerType::GetFunctionArgumentTypeAtIndex(size_t idx) const { in GetFunctionArgumentTypeAtIndex() function in CompilerType
396 return m_type_system->GetFunctionArgumentTypeAtIndex(m_type, idx); in GetFunctionArgumentTypeAtIndex()
H A DClangASTContext.cpp4580 CompilerType ClangASTContext::GetFunctionArgumentTypeAtIndex( in GetFunctionArgumentTypeAtIndex() function in ClangASTContext