Home | History | Annotate | Download | only in Sema

Lines Matching defs:OS

445   raw_ostream &OS = llvm::errs();
448 OS << GetImplicitConversionName(First);
454 OS << " -> ";
456 OS << GetImplicitConversionName(Second);
459 OS << " (by copy constructor)";
461 OS << " (direct reference binding)";
463 OS << " (reference binding)";
470 OS << " -> ";
472 OS << GetImplicitConversionName(Third);
477 OS << "No conversions required";
484 raw_ostream &OS = llvm::errs();
487 OS << " -> ";
490 OS << '\'' << *ConversionFunction << '\'';
492 OS << "aggregate initialization";
494 OS << " -> ";
502 raw_ostream &OS = llvm::errs();
505 OS << "Standard conversion: ";
509 OS << "User-defined conversion: ";
513 OS << "Ellipsis conversion";
516 OS << "Ambiguous conversion";
519 OS << "Bad conversion";
523 OS << "\n";