Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Twine

18 #include "llvm/ADT/Twine.h"
69 void Warning(SMLoc L, const Twine &Msg) { getParser().Warning(L, Msg); }
70 bool Error(SMLoc L, const Twine &Msg) { return getParser().Error(L, Msg); }
4409 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
4413 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");