reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/YAMLParser.h
  167   void setError(const Twine &Message, Token &Location) const;

References

lib/Support/YAMLParser.cpp
 1830         setError(Twine("Unknown tag handle ") + TagHandle, T);
 1945           setError("Unrecognized escape code!", T);
 2097       setError("Unexpected token in Key Value.", t);
 2139       setError("Unexpected token. Expected Key or Block End", T);
 2160       setError( "Unexpected token. Expected Key, Flow Entry, or Flow "
 2194       setError( "Unexpected token. Expected Block Entry or Block End."
 2234       setError("Could not find closing ]!", T);
 2241         setError("Expected , between entries!", T);