Lines Matching refs:setError

146     setError(CurrentNode, "not a mapping");  in keys()
171 setError(CurrentNode, "not a mapping"); in preflightKey()
180 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
205 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
228 setError(CurrentNode, "not a sequence"); in beginSequence()
295 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
304 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar()
322 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch()
327 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch()
339 setError(SQ->Entries[i].get(), "unknown bit value"); in endBitSetScalar()
350 setError(CurrentNode, "unexpected scalar"); in scalarString()
360 void Input::setError(HNode *hnode, const Twine &message) { in setError() function in Input
362 setError(hnode->_node, message); in setError()
375 void Input::setError(Node *node, const Twine &message) { in setError() function in Input
380 void Input::setError(const SMRange &range, const Twine &message) { in setError() function in Input
427 setError(KeyNode, "Map key must be a scalar"); in createHNodes()
429 setError(KeyNode, "Map value must not be empty"); in createHNodes()
448 setError(N, "unknown node kind"); in createHNodes()
453 void Input::setError(const Twine &Message) { in setError() function in Input
454 setError(CurrentNode, Message); in setError()
766 void Output::setError(const Twine &message) { in setError() function in Output