Home
last modified time | relevance | path

Searched refs:getExpectedError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp192 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()
[all …]
H A DResourceScriptParser.h179 Error getExpectedError(const Twine &Message, bool IsAlreadyRead = false);