Lines Matching refs:Twine
14 #include "llvm/ADT/Twine.h"
28 const Twine &Msg) {
45 void PrintNote(const Twine &Msg) {
49 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) {
55 void PrintFatalNote(const Twine &Msg) {
62 void PrintFatalNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg) {
71 void PrintFatalNote(const Record *Rec, const Twine &Msg) {
80 void PrintFatalNote(const RecordVal *RecVal, const Twine &Msg) {
89 void PrintWarning(const Twine &Msg) { WithColor::warning() << Msg << "\n"; }
91 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) {
95 void PrintWarning(const char *Loc, const Twine &Msg) {
101 void PrintError(const Twine &Msg) { WithColor::error() << Msg << "\n"; }
103 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
107 void PrintError(const char *Loc, const Twine &Msg) {
113 void PrintError(const Record *Rec, const Twine &Msg) {
119 void PrintError(const RecordVal *RecVal, const Twine &Msg) {
125 void PrintFatalError(const Twine &Msg) {
132 void PrintFatalError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg) {
141 void PrintFatalError(const Record *Rec, const Twine &Msg) {
150 void PrintFatalError(const RecordVal *RecVal, const Twine &Msg) {