Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h146 class TypeNameSpecifierImpl {
148 TypeNameSpecifierImpl() = default;
150 TypeNameSpecifierImpl(llvm::StringRef name, in TypeNameSpecifierImpl() function
157 TypeNameSpecifierImpl(lldb::TypeSP type) in TypeNameSpecifierImpl() function
165 TypeNameSpecifierImpl(CompilerType type) in TypeNameSpecifierImpl() function
198 TypeNameSpecifierImpl(const TypeNameSpecifierImpl &) = delete;
199 const TypeNameSpecifierImpl &
200 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.h229 return std::make_shared<TypeNameSpecifierImpl>( in GetTypeNameSpecifierAtIndex()
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h269 class TypeNameSpecifierImpl;
468 typedef std::shared_ptr<lldb_private::TypeNameSpecifierImpl>
265 class TypeNameSpecifierImpl; global() variable
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp848 auto type_sp = std::make_shared<TypeNameSpecifierImpl>( in DumpValue()