• Home
  • Raw
  • Download

Lines Matching refs:setError

267   void setError(const Twine &Message, StringRef::iterator Position) {  in setError()  function in llvm::yaml::Scanner
930 setError("Cannot consume non-ascii characters", Current); in consume()
936 setError("Cannot consume non-ascii characters", Current); in consume()
989 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates()
1311 setError("Expected quote at end of scalar", Current); in scanFlowScalar()
1342 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar()
1370 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar()
1391 setError("Got empty plain scalar", Start); in scanPlainScalar()
1425 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor()
1496 setError("Expected a line break after block scalar header", Current); in scanBlockScalarHeader()
1519 setError( in findBlockScalarIndent()
1573 setError("A text line is less indented than the block scalar", Current); in scanBlockScalarIndent()
1760 setError("Unrecognized character while tokenizing.", Current); in fetchMoreTokens()
1830 setError(Twine("Unknown tag handle ") + TagHandle, T); in getVerbatimTag()
1869 void Node::setError(const Twine &Msg, Token &Tok) const { in setError() function in Node
1870 Doc->setError(Msg, Tok); in setError()
1940 setError("Unrecognized escape code", T); in unescapeDoubleQuoted()
1948 setError("Unrecognized escape code", T); in unescapeDoubleQuoted()
2088 setError("Null key in Key Value.", peekNext()); in getValue()
2107 setError("Unexpected token in Key Value.", t); in getValue()
2149 setError("Unexpected token. Expected Key or Block End", T); in increment()
2170 setError( "Unexpected token. Expected Key, Flow Entry, or Flow " in increment()
2204 setError( "Unexpected token. Expected Block Entry or Block End." in increment()
2244 setError("Could not find closing ]!", T); in increment()
2251 setError("Expected , between entries!", T); in increment()
2303 void Document::setError(const Twine &Message, Token &Location) const { in setError() function in Document
2304 stream.scanner->setError(Message, Location.Range.begin()); in setError()
2323 setError("Already encountered an anchor for this node!", T); in parseBlockNode()
2331 setError("Already encountered a tag for this node!", T); in parseBlockNode()
2413 setError("Unexpected token", T); in parseBlockNode()
2457 setError("Unexpected token", T); in expectToken()