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
1473
1473
SWIFT_DEBUG_DUMP;
1474
1474
void dump (raw_ostream &os, unsigned indent = 0 ) const ;
1475
1475
1476
- SWIFT_DEBUG_DUMPER (dumpPrint ());
1476
+ SWIFT_DEBUG_DUMPER (print ());
1477
1477
void print (raw_ostream &OS,
1478
1478
const PrintOptions &PO = PrintOptions ()) const ;
1479
1479
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 {
7823
7823
return OS.str ();
7824
7824
}
7825
7825
7826
- void TypeBase::dumpPrint () const {
7826
+ void TypeBase::print () const {
7827
7827
print (llvm::errs ());
7828
7828
llvm::errs () << ' \n ' ;
7829
7829
}
You can’t perform that action at this time.
0 commit comments