Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp620 template <typename ImplSP> const char *FormatterKind; variable
621 template <> const char *FormatterKind<lldb::TypeFormatImplSP> = "format"; variable
622 template <> const char *FormatterKind<lldb::TypeSummaryImplSP> = "summary"; variable
623 template <> const char *FormatterKind<lldb::SyntheticChildrenSP> = "synthetic"; variable
626 #define FORMAT_LOG(Message) "[%s] " Message, FormatterKind<ImplSP>