Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h152 class TypeNameSpecifierImpl {
154 TypeNameSpecifierImpl() = default;
156 TypeNameSpecifierImpl(llvm::StringRef name, in TypeNameSpecifierImpl() function
163 TypeNameSpecifierImpl(lldb::TypeSP type) in TypeNameSpecifierImpl() function
171 TypeNameSpecifierImpl(CompilerType type) in TypeNameSpecifierImpl() function
204 TypeNameSpecifierImpl(const TypeNameSpecifierImpl &) = delete;
205 const TypeNameSpecifierImpl &
206 operator=(const TypeNameSpecifierImpl &) = delete;
H A DTypeCategory.h230 std::make_shared<lldb_private::TypeNameSpecifierImpl>(name, match_type), in AddTypeFormat()
242 std::make_shared<lldb_private::TypeNameSpecifierImpl>(name, match_type), in AddTypeSummary()
254 std::make_shared<lldb_private::TypeNameSpecifierImpl>(name, match_type), in AddTypeFilter()
267 std::make_shared<lldb_private::TypeNameSpecifierImpl>(name, match_type), in AddTypeSynthetic()
H A DFormattersContainer.h227 return std::make_shared<TypeNameSpecifierImpl>( in GetTypeNameSpecifierAtIndex()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp30 : m_opaque_sp(new TypeNameSpecifierImpl(name, match_type)) { in SBTypeNameSpecifier()
42 new TypeNameSpecifierImpl(type.m_opaque_sp->GetCompilerType(true))); in SBTypeNameSpecifier()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h274 class TypeNameSpecifierImpl; variable
478 typedef std::shared_ptr<lldb_private::TypeNameSpecifierImpl>
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1334 return std::make_shared<lldb_private::TypeNameSpecifierImpl>( in RegisterStdStringSummaryProvider()
1345 std::make_shared<lldb_private::TypeNameSpecifierImpl>( in RegisterStdStringSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp905 auto type_sp = std::make_shared<TypeNameSpecifierImpl>( in DumpValue()