HomeSort by relevance Sort by last modified time
    Searched defs:TokError (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/MC/MCParser/
MCAsmParser.cpp 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) {
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 65 bool TokError(const Twine &Msg) {
66 return getParser().TokError(Msg);
  /external/llvm/lib/TableGen/
TGParser.h 98 bool TokError(const Twine &Msg) const {
  /external/llvm/lib/AsmParser/
LLParser.h 151 bool TokError(const Twine &Msg) const {
233 return TokError("expected index");

Completed in 133 milliseconds