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

Declarations

tools/clang/tools/extra/clangd/Diagnostics.h
   77 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Fix &F);

References

include/llvm/Support/ScopedPrinter.h
   64   stream << Value;
tools/clang/tools/extra/clangd/Diagnostics.cpp
  303       OS << Sep << Fix;
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   57     OS << V.V;