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

Definitions

include/llvm/Support/Error.h
  310   friend raw_ostream &operator<<(raw_ostream &OS, const Error &E) {
include/llvm/Support/raw_ostream.h
  220   raw_ostream &operator<<(int N) {
lib/Support/raw_ostream.cpp
  345 raw_ostream &raw_ostream::operator<<(const formatv_object_base &Obj) {
tools/clang/lib/Tooling/Syntax/Nodes.cpp
   13 llvm::raw_ostream &syntax::operator<<(llvm::raw_ostream &OS, NodeKind K) {
tools/clang/tools/extra/clangd/Diagnostics.cpp
  269 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const DiagBase &D) {
tools/clang/tools/extra/clangd/FindTarget.cpp
  745 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, DeclRelationSet RS) {
  756 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, ReferenceLoc R) {
tools/clang/tools/extra/clangd/Protocol.cpp
  874 llvm::raw_ostream &operator<<(llvm::raw_ostream &O,
 1055 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, OffsetEncoding Enc) {
tools/clang/tools/extra/clangd/Quality.cpp
  250 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
  424 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
  493 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
tools/clang/tools/extra/clangd/Selection.h
  129   friend llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  361 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, HighlightingKind K) {
tools/clang/tools/extra/clangd/index/SymbolLocation.cpp
   32 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const SymbolLocation &L) {
tools/clang/tools/extra/clangd/index/dex/Iterator.h
   95   friend llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
unittests/Support/FormatVariadicTest.cpp
  677 raw_ostream &operator<<(raw_ostream &OS, const X &) { return OS << "X"; }