Searched defs:TokError (Results 1 - 5 of 5) 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.h65 bool TokError(const Twine &Msg) { function in class:llvm::MCAsmParserExtension
66 return getParser().TokError(Msg);
/external/llvm/lib/TableGen/
H A DTGParser.h96 bool TokError(const Twine &Msg) const { function in class:llvm::TGParser
/external/webkit/Source/JavaScriptCore/runtime/
H A DLiteralParser.h61 TokNull, TokEnd, TokError }; enumerator in enum:JSC::LiteralParser::TokenType
/external/llvm/lib/AsmParser/
H A DLLParser.h140 bool TokError(const Twine &Msg) const { function in class:llvm::LLParser
195 return TokError("expected index");

Completed in 88 milliseconds