Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Twine

18 #include "llvm/ADT/Twine.h"
141 virtual bool Warning(SMLoc L, const Twine &Msg);
142 virtual bool Error(SMLoc L, const Twine &Msg);
166 void PrintMessage(SMLoc Loc, const Twine &Msg, const char *Type,
388 bool AsmParser::Warning(SMLoc L, const Twine &Msg) {
396 bool AsmParser::Error(SMLoc L, const Twine &Msg) {
470 TokError("unassigned file number: " + Twine(i) + " for .file directives");
1162 return TokError(Twine(IDVal) + " not supported yet");
1509 return TokError("expected identifier after '" + Twine(IDVal) + "'");
1512 return TokError("unexpected token in '" + Twine(IDVal) + "'");
1584 return TokError("expected string in '" + Twine(IDVal) + "' directive");
1600 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");