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

References

include/llvm/Support/FormatProviders.h
  219     format_provider<std::string>::format(V.str(), Stream, Style);
include/llvm/Support/FormatVariadicDetails.h
   39     format_provider<typename std::decay<T>::type>::format(Item, S, Options);
   72       (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
tools/lldb/source/Utility/ConstString.cpp
  311   format_provider<StringRef>::format(CS.AsCString(), OS, Options);
tools/lldb/source/Utility/Status.cpp
  294   llvm::format_provider<llvm::StringRef>::format(error.AsCString(), OS,