Home
last modified time | relevance | path

Searched refs:PrintMsg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp56 void PrintNote(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintNote() argument
57 PrintMsg(WithColor::note()); in PrintNote()
106 void PrintError(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintError() argument
107 PrintMsg(WithColor::error()); in PrintError()
137 void PrintFatalError(function_ref<void(raw_ostream &OS)> PrintMsg) { in PrintFatalError() argument
138 PrintError(PrintMsg); in PrintFatalError()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h26 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);