Home
last modified time | relevance | path

Searched defs:TypeNameSpecifierImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h114 TypeNameSpecifierImpl() : m_is_regex(false), m_type() {} in TypeNameSpecifierImpl() function
116 TypeNameSpecifierImpl(llvm::StringRef name, bool is_regex) in TypeNameSpecifierImpl() function
123 TypeNameSpecifierImpl(lldb::TypeSP type) : m_is_regex(false), m_type() { in TypeNameSpecifierImpl() function
130 TypeNameSpecifierImpl(CompilerType type) : m_is_regex(false), m_type() { in TypeNameSpecifierImpl() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h278 class TypeNameSpecifierImpl; variable