Searched defs:TokError (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { function in class:MCAsmParser
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h74 bool TokError(const Twine &Msg) { function in class:llvm::MCAsmParserExtension
75 return getParser().TokError(Msg);
/external/llvm/lib/TableGen/
H A DTGParser.h98 bool TokError(const Twine &Msg) const { function in class:llvm::TGParser
/external/llvm/lib/AsmParser/
H A DLLParser.h150 bool TokError(const Twine &Msg) const { function in class:llvm::LLParser
238 return TokError("expected index");

Completed in 1009 milliseconds