Home | History | Annotate | Download | only in MCParser

Lines Matching refs:Twine

18 #include "llvm/ADT/Twine.h"
219 void Note(SMLoc L, const Twine &Msg,
221 bool Warning(SMLoc L, const Twine &Msg,
223 bool Error(SMLoc L, const Twine &Msg,
259 bool parseEOL(const Twine &ErrMsg) {
273 bool parseToken(AsmToken::TokenKind T, const Twine &ErrMsg) {
282 bool parseIntToken(int64_t &V, const Twine &ErrMsg) {
342 void printMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg,
607 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
612 bool AsmParser::Warning(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
622 bool AsmParser::Error(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
671 Out.addExplicitComment(Twine(getTok().getString()));
679 Out.addExplicitComment(Twine(tok->getString()));
752 TokError("unassigned file number: " + Twine(Index) +
1725 return TokError(Twine(IDVal) +
2506 return TokError("expected identifier after '" + Twine(IDVal) + "'");
2509 return TokError("unexpected token in '" + Twine(IDVal) + "'");
2581 return TokError("expected string in '" + Twine(IDVal) + "' directive");
2597 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
4123 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
4130 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");