Home
last modified time | relevance | path

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

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