Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerUnion.h42 template <typename T, typename...> struct GetFirstType { struct
284 DenseMapInfo<typename pointer_union_detail::GetFirstType<PTs...>::type>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp604 type_sp = results.GetFirstType(); in FindExternalVisibleDecls()
610 type_sp = results.GetFirstType(); in FindExternalVisibleDecls()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h349 lldb::TypeSP GetFirstType() const { return m_type_map.FirstType(); } in GetFirstType() function
/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/Commands/
H A DCommandObjectMemory.cpp462 TypeSP type_sp = results.GetFirstType(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1823 TypeSP type_sp = results.GetFirstType(); in FindFirstType()