Searched refs:ParserError (Results 1 – 2 of 2) sorted by relevance
36 class ParserError : public ErrorInfo<ParserError> {38 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;851 return make_error<ParserError>( in getExpectedError()