Searched refs:TypeNameSpecifierImpl (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 152 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 D | TypeCategory.h | 230 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 D | FormattersContainer.h | 227 return std::make_shared<TypeNameSpecifierImpl>( in GetTypeNameSpecifierAtIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 30 : 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 D | lldb-forward.h | 274 class TypeNameSpecifierImpl; variable 478 typedef std::shared_ptr<lldb_private::TypeNameSpecifierImpl>
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 1334 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 D | FormatEntity.cpp | 905 auto type_sp = std::make_shared<TypeNameSpecifierImpl>( in DumpValue()
|