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

Declarations

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

References

include/llvm/ADT/Optional.h
  421     OS << *O;
include/llvm/Support/ScopedPrinter.h
   64   stream << Value;
tools/clang/tools/extra/clangd/XRefs.cpp
 1029   OS << S.Name << ": " << S.PreferredDeclaration;
 1031     OS << " def=" << *S.Definition;
utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
   57     OS << V.V;