File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1473,7 +1473,7 @@ class alignas(1 << TypeAlignInBits) TypeBase
14731473 SWIFT_DEBUG_DUMP;
14741474 void dump (raw_ostream &os, unsigned indent = 0 ) const ;
14751475
1476- SWIFT_DEBUG_DUMPER (dumpPrint ());
1476+ SWIFT_DEBUG_DUMPER (print ());
14771477 void print (raw_ostream &OS,
14781478 const PrintOptions &PO = PrintOptions ()) const ;
14791479 void print (ASTPrinter &Printer, const PrintOptions &PO) const ;
Original file line number Diff line number Diff line change @@ -7823,7 +7823,7 @@ std::string TypeBase::getStringAsComponent(const PrintOptions &PO) const {
78237823 return OS.str ();
78247824}
78257825
7826- void TypeBase::dumpPrint () const {
7826+ void TypeBase::print () const {
78277827 print (llvm::errs ());
78287828 llvm::errs () << ' \n ' ;
78297829}
You can’t perform that action at this time.
0 commit comments