Searched defs:reportParseError (Results 1 – 5 of 5) sorted by relevance
4897 bool MipsAsmParser::reportParseError(Twine ErrorMsg) { in reportParseError() function in MipsAsmParser4904 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
6992 bool MipsAsmParser::reportParseError(const Twine &ErrorMsg) { in reportParseError() function in MipsAsmParser6997 bool MipsAsmParser::reportParseError(SMLoc Loc, const Twine &ErrorMsg) { in reportParseError() function in MipsAsmParser
6786 bool MipsAsmParser::reportParseError(Twine ErrorMsg) { in reportParseError() function in MipsAsmParser6791 bool MipsAsmParser::reportParseError(SMLoc Loc, Twine ErrorMsg) { in reportParseError() function in MipsAsmParser
4808 void TransliteratorTest::reportParseError(const UnicodeString& message, in reportParseError() function in TransliteratorTest