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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h102 CompilerType GetFunctionArgumentAtIndex(const size_t index) const;
H A DTypeSystem.h157 GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h508 CompilerType GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp116 CompilerType::GetFunctionArgumentAtIndex(const size_t index) const { function in class:CompilerType
118 return m_type_system->GetFunctionArgumentAtIndex(m_type, index);
H A DType.cpp1097 return m_type.GetFunctionArgumentAtIndex(idx);
H A DClangASTContext.cpp2872 ClangASTContext::GetFunctionArgumentAtIndex(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp296 sb_type_list.Append(SBType(func_type.GetFunctionArgumentAtIndex(i)));

Completed in 199 milliseconds