Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Twine

32 #include "llvm/ADT/Twine.h"
47 void Warning(SMLoc L, const Twine &Msg) { Parser.Warning(L, Msg); }
48 bool Error(SMLoc L, const Twine &Msg) { return Parser.Error(L, Msg); }