Lines Matching full:twine
18 #include "llvm/ADT/Twine.h"
213 void Note(SMLoc L, const Twine &Msg,
215 bool Warning(SMLoc L, const Twine &Msg,
217 bool Error(SMLoc L, const Twine &Msg,
296 void printMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
547 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
552 bool AsmParser::Warning(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
560 bool AsmParser::Error(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
665 TokError("unassigned file number: " + Twine(Index) +
1470 return TokError(Twine(IDVal) + " not supported yet");
2276 return TokError("expected identifier after '" + Twine(IDVal) + "'");
2279 return TokError("unexpected token in '" + Twine(IDVal) + "'");
2351 return TokError("expected string in '" + Twine(IDVal) + "' directive");
2367 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
3591 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
3598 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
3604 return TokError("invalid number of bytes in '" + Twine(IDVal) +