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

References

include/llvm/Support/Chrono.h
  160     format_provider<InternalRep>::format(count, Stream, Style);
include/llvm/Support/FormatProviders.h
  241       format_provider<int>::format(X, Stream, Style);
include/llvm/Support/FormatVariadicDetails.h
   39     format_provider<typename std::decay<T>::type>::format(Item, S, Options);
   67   static char test(SameType<Signature_format, &U::format> *);
tools/llvm-pdbutil/FormatUtil.h
  128     format_provider<T>::format(static_cast<T>(this->Item), Stream, Style);