Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h42 template <typename T, typename...> struct GetFirstType { struct
290 DenseMapInfo<typename pointer_union_detail::GetFirstType<PTs...>::type>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp605 type_sp = results.GetFirstType(); in FindExternalVisibleDecls()
611 type_sp = results.GetFirstType(); in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp96 TypeSP type_sp = results.GetFirstType(); in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp445 TypeSP type_sp = results.GetFirstType(); in FindFirstType()
H A DSBTarget.cpp1782 if (TypeSP type_sp = results.GetFirstType()) in FindFirstType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h385 lldb::TypeSP GetFirstType() const { return m_type_map.FirstType(); } in GetFirstType() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp462 TypeSP type_sp = results.GetFirstType(); in DoExecute()