Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h110 TypeNameSpecifierImpl(llvm::StringRef name, bool is_regex) in TypeNameSpecifierImpl() function
117 TypeNameSpecifierImpl(lldb::TypeSP type) : m_is_regex(false) { in TypeNameSpecifierImpl() function
124 TypeNameSpecifierImpl(CompilerType type) : m_is_regex(false) { in TypeNameSpecifierImpl() function
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h256 class TypeNameSpecifierImpl; variable