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

Declarations

tools/clang/tools/extra/clangd/Protocol.h
  180 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const Range &);

References

include/llvm/ADT/Optional.h
  421     OS << *O;
include/llvm/Support/ScopedPrinter.h
   64   stream << Value;
tools/clang/tools/extra/clangd/Headers.cpp
  231             << Inc.R;
tools/clang/tools/extra/clangd/Protocol.cpp
  132   return OS << L.range << '@' << L.uri;
  154   OS << TE.range << " => \"";
  492   OS << D.range << " [";
  914   O << V.range;
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   57     OS << V.V;