Searched refs:ParserError (Results 1 – 2 of 2) sorted by relevance
39 class ParserError : public ErrorInfo<ParserError> {41 ParserError(const Twine &Expected, const LocIter CurLoc, const LocIter End);
34 RCParser::ParserError::ParserError(const Twine &Expected, const LocIter CurLoc, in ParserError() function in llvm::rc::RCParser::ParserError41 char RCParser::ParserError::ID = 0;852 return make_error<ParserError>( in getExpectedError()