Lines Matching refs:setError
133 setError(CurrentNode, "not a mapping"); in preflightKey()
140 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
164 setError(i->second, Twine("unknown key '") + i->first() + "'"); in endMapping()
238 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
247 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar()
266 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch()
271 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch()
283 setError(SQ->Entries[i], "unknown bit value"); in endBitSetScalar()
294 setError(CurrentNode, "unexpected scalar"); in scalarString()
298 void Input::setError(HNode *hnode, const Twine &message) { in setError() function in Input
300 this->setError(hnode->_node, message); in setError()
303 void Input::setError(Node *node, const Twine &message) { in setError() function in Input
353 setError(N, "unknown node kind"); in createHNodes()
367 void Input::setError(const Twine &Message) { in setError() function in Input
368 this->setError(CurrentNode, Message); in setError()
589 void Output::setError(const Twine &message) { in setError() function in Output