Searched refs:PrintMsg (Results 1 – 2 of 2) sorted by relevance
56 void PrintNote(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintNote() argument57 PrintMsg(WithColor::note()); in PrintNote()106 void PrintError(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintError() argument107 PrintMsg(WithColor::error()); in PrintError()137 void PrintFatalError(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintFatalError() argument138 PrintError(PrintMsg); in PrintFatalError()
26 void PrintNote(function_ref<void(raw_ostream &OS)> PrintMsg);39 void PrintError(function_ref<void(raw_ostream &OS)> PrintMsg);49 [[noreturn]] void PrintFatalError(function_ref<void(raw_ostream &OS)> PrintMsg);