#include <FormatClasses.h>
Definition at line 132 of file FormatClasses.h.
◆ TypeNameSpecifierImpl() [1/5]
lldb_private::TypeNameSpecifierImpl::TypeNameSpecifierImpl |
( |
| ) |
|
|
default |
◆ TypeNameSpecifierImpl() [2/5]
lldb_private::TypeNameSpecifierImpl::TypeNameSpecifierImpl |
( |
llvm::StringRef |
name, |
|
|
bool |
is_regex |
|
) |
| |
|
inline |
◆ TypeNameSpecifierImpl() [3/5]
lldb_private::TypeNameSpecifierImpl::TypeNameSpecifierImpl |
( |
lldb::TypeSP |
type | ) |
|
|
inline |
◆ TypeNameSpecifierImpl() [4/5]
lldb_private::TypeNameSpecifierImpl::TypeNameSpecifierImpl |
( |
CompilerType |
type | ) |
|
|
inline |
◆ TypeNameSpecifierImpl() [5/5]
◆ GetCompilerType()
CompilerType lldb_private::TypeNameSpecifierImpl::GetCompilerType |
( |
| ) |
|
|
inline |
◆ GetName()
const char* lldb_private::TypeNameSpecifierImpl::GetName |
( |
| ) |
|
|
inline |
◆ IsRegex()
bool lldb_private::TypeNameSpecifierImpl::IsRegex |
( |
| ) |
|
|
inline |
◆ operator=()
◆ m_is_regex
bool lldb_private::TypeNameSpecifierImpl::m_is_regex = false |
|
private |
◆ m_type
TypeOrName lldb_private::TypeNameSpecifierImpl::m_type |
|
private |
The documentation for this class was generated from the following file: