Home | History | Annotate | Download | only in AsmParser

Lines Matching full:twine

32 #include "llvm/ADT/Twine.h"
71 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
72 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }
4028 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
4032 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");