Lines Matching refs:getExpectedError

192     return getExpectedError(ErrorMsg);  in parseIntExpr2()
219 return getExpectedError(ErrorMsg, true); in parseIntExpr2()
225 return getExpectedError(ErrorMsg); in parseIntExpr2()
231 return getExpectedError("string"); in readString()
237 return getExpectedError("string"); in readFilename()
243 return getExpectedError("identifier"); in readIdentifier()
249 return getExpectedError("int or string"); in readIntOrString()
257 return getExpectedError("int or identifier"); in readTypeOrName()
270 return getExpectedError(#TokenName); in consumeType()
273 return getExpectedError(#TokenCh); in consumeType()
342 return getExpectedError(join(FlagDesc, "/"), true); in parseFlags()
415 return getExpectedError("optional statement type, BEGIN or '{'", in parseSingleOptionalStatement()
494 return getExpectedError("filename, '{' or BEGIN"); in parseUserDefinedResource()
543 return getExpectedError("control type, END or '}'", true); in parseControl()
640 return getExpectedError("MENUITEM, POPUP, END or '}'", true); in parseMenuItemsList()
650 return getExpectedError("SEPARATOR or string", true); in parseMenuItemsList()
758 return getExpectedError("BLOCK or VALUE", true); in parseVersionInfoStmt()
772 return getExpectedError("fixed VERSIONINFO statement type", true); in parseVersionInfoFixed()
774 return getExpectedError("yet unread fixed VERSIONINFO statement type", in parseVersionInfoFixed()
850 Error RCParser::getExpectedError(const Twine &Message, bool IsAlreadyRead) { in getExpectedError() function in llvm::rc::RCParser