reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

include/llvm/Support/FormatAdapters.h
   20 template <typename T> class FormatAdapter : public detail::format_adapter {
include/llvm/Support/FormatVariadicDetails.h
   32 template <typename T> class provider_format_adapter : public format_adapter {
   44 class stream_operator_format_adapter : public format_adapter {

References

include/llvm/Support/FormatAdapters.h
   20 template <typename T> class FormatAdapter : public detail::format_adapter {
include/llvm/Support/FormatCommon.h
   20   detail::format_adapter &Adapter;
   25   FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount,
include/llvm/Support/FormatVariadic.h
   75     std::vector<detail::format_adapter *> operator()(Ts &... Items) {
   76       return std::vector<detail::format_adapter *>{&Items...};
   81   std::vector<detail::format_adapter *> Adapters;
include/llvm/Support/FormatVariadicDetails.h
   32 template <typename T> class provider_format_adapter : public format_adapter {
   44 class stream_operator_format_adapter : public format_adapter {