Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h259 class TypeNameSpecifierImpl; variable
444 typedef std::shared_ptr<lldb_private::TypeNameSpecifierImpl>
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp823 auto type_sp = std::make_shared<TypeNameSpecifierImpl>( in DumpValue()