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 @@ -1464,7 +1464,7 @@ class alignas(1 << TypeAlignInBits) TypeBase
1464
1464
SWIFT_DEBUG_DUMP;
1465
1465
void dump (raw_ostream &os, unsigned indent = 0 ) const ;
1466
1466
1467
- SWIFT_DEBUG_DUMPER (dumpPrint ());
1467
+ SWIFT_DEBUG_DUMPER (print ());
1468
1468
void print (raw_ostream &OS,
1469
1469
const PrintOptions &PO = PrintOptions ()) const ;
1470
1470
void print (ASTPrinter &Printer, const PrintOptions &PO) const ;
Original file line number Diff line number Diff line change @@ -7633,7 +7633,7 @@ std::string TypeBase::getStringAsComponent(const PrintOptions &PO) const {
7633
7633
return OS.str ();
7634
7634
}
7635
7635
7636
- void TypeBase::dumpPrint () const {
7636
+ void TypeBase::print () const {
7637
7637
print (llvm::errs ());
7638
7638
llvm::errs () << ' \n ' ;
7639
7639
}
You can’t perform that action at this time.
0 commit comments