Lines Matching refs:setError

267   void setError(const Twine &Message, StringRef::iterator Position) {  in setError()  function in llvm::yaml::Scanner
1008 setError("Cannot consume non-ascii characters", Current); in consume()
1014 setError("Cannot consume non-ascii characters", Current); in consume()
1067 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates()
1389 setError("Expected quote at end of scalar", Current); in scanFlowScalar()
1420 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar()
1448 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar()
1469 setError("Got empty plain scalar", Start); in scanPlainScalar()
1503 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor()
1574 setError("Expected a line break after block scalar header", Current); in scanBlockScalarHeader()
1597 setError( in findBlockScalarIndent()
1651 setError("A text line is less indented than the block scalar", Current); in scanBlockScalarIndent()
1838 setError("Unrecognized character while tokenizing.", Current); in fetchMoreTokens()
1912 setError(Twine("Unknown tag handle ") + TagHandle, T); in getVerbatimTag()
1951 void Node::setError(const Twine &Msg, Token &Tok) const { in setError() function in Node
1952 Doc->setError(Msg, Tok); in setError()
2022 setError("Unrecognized escape code", T); in unescapeDoubleQuoted()
2030 setError("Unrecognized escape code", T); in unescapeDoubleQuoted()
2170 setError("Null key in Key Value.", peekNext()); in getValue()
2189 setError("Unexpected token in Key Value.", t); in getValue()
2231 setError("Unexpected token. Expected Key or Block End", T); in increment()
2252 setError( "Unexpected token. Expected Key, Flow Entry, or Flow " in increment()
2286 setError( "Unexpected token. Expected Block Entry or Block End." in increment()
2326 setError("Could not find closing ]!", T); in increment()
2333 setError("Expected , between entries!", T); in increment()
2385 void Document::setError(const Twine &Message, Token &Location) const { in setError() function in Document
2386 stream.scanner->setError(Message, Location.Range.begin()); in setError()
2405 setError("Already encountered an anchor for this node!", T); in parseBlockNode()
2413 setError("Already encountered a tag for this node!", T); in parseBlockNode()
2495 setError("Unexpected token", T); in parseBlockNode()
2539 setError("Unexpected token", T); in expectToken()