Home
last modified time | relevance | path

Searched refs:GetFunctionArgumentAtIndex (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h106 CompilerType GetFunctionArgumentAtIndex(const size_t index) const;
H A DTypeSystem.h164 GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h581 CompilerType GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp136 CompilerType::GetFunctionArgumentAtIndex(const size_t index) const { in GetFunctionArgumentAtIndex() function in CompilerType
138 return m_type_system->GetFunctionArgumentAtIndex(m_type, index); in GetFunctionArgumentAtIndex()
H A DType.cpp1089 return m_type.GetFunctionArgumentAtIndex(idx); in GetArgumentAtIndex()
H A DClangASTContext.cpp3263 ClangASTContext::GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type, in GetFunctionArgumentAtIndex() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp234 sb_type_list.Append(SBType(func_type.GetFunctionArgumentAtIndex(i))); in GetFunctionArgumentTypes()