Lines Matching refs:setError
147 setError(CurrentNode, "not a mapping"); in keys()
172 setError(CurrentNode, "not a mapping"); in preflightKey()
181 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
206 setError(ReportNode, Twine("unknown key '") + NN.first() + "'"); in endMapping()
229 setError(CurrentNode, "not a sequence"); in beginSequence()
296 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
305 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar()
323 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch()
328 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch()
340 setError(SQ->Entries[i].get(), "unknown bit value"); in endBitSetScalar()
351 setError(CurrentNode, "unexpected scalar"); in scalarString()
361 void Input::setError(HNode *hnode, const Twine &message) { in setError() function in Input
363 setError(hnode->_node, message); in setError()
376 void Input::setError(Node *node, const Twine &message) { in setError() function in Input
415 setError(KeyNode, "Map key must be a scalar"); in createHNodes()
417 setError(KeyNode, "Map value must not be empty"); in createHNodes()
435 setError(N, "unknown node kind"); in createHNodes()
440 void Input::setError(const Twine &Message) { in setError() function in Input
441 setError(CurrentNode, Message); in setError()
750 void Output::setError(const Twine &message) { in setError() function in Output