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

Overridden By

include/llvm/Support/FormatAdapters.h
   38   void format(llvm::raw_ostream &Stream, StringRef Style) {
   52   void format(llvm::raw_ostream &Stream, StringRef Style) {
   67   void format(llvm::raw_ostream &Stream, StringRef Style) {
   80   void format(llvm::raw_ostream &Stream, StringRef Style) { Stream << Item; }
include/llvm/Support/FormatVariadicDetails.h
   38   void format(llvm::raw_ostream &S, StringRef Options) override {
   51   void format(llvm::raw_ostream &S, StringRef Options) override { S << Item; }
lib/DebugInfo/CodeView/Formatters.cpp
   26 void GuidAdapter::format(raw_ostream &Stream, StringRef Style) {
tools/llvm-pdbutil/FormatUtil.h
  127   void format(llvm::raw_ostream &Stream, StringRef Style) {
tools/llvm-xray/xray-stacks.cpp
  119   void format(raw_ostream &Stream, StringRef Style) override {
unittests/ADT/TwineTest.cpp
  108     void format(raw_ostream &OS, StringRef Style) { ++Count; }
unittests/Support/FormatVariadicTest.cpp
   20   void format(raw_ostream &OS, StringRef Opt) override { OS << "Format"; }
  598     void format(raw_ostream &S, StringRef Options) override { S << -Item; }

References

include/llvm/Support/FormatCommon.h
   36       Adapter.format(S, Options);
   42     Adapter.format(Stream, Options);