Searched defs:TypeNameSpecifierImpl (Results 1 – 2 of 2) sorted by relevance
108 TypeNameSpecifierImpl() : m_is_regex(false), m_type() {} in TypeNameSpecifierImpl() function110 TypeNameSpecifierImpl(llvm::StringRef name, bool is_regex) in TypeNameSpecifierImpl() function117 TypeNameSpecifierImpl(lldb::TypeSP type) : m_is_regex(false), m_type() { in TypeNameSpecifierImpl() function124 TypeNameSpecifierImpl(CompilerType type) : m_is_regex(false), m_type() { in TypeNameSpecifierImpl() function
247 class TypeNameSpecifierImpl; variable