Home
last modified time | relevance | path

Searched defs:setError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp356 void Input::setError(HNode *hnode, const Twine &message) { in setError() function in Input
371 void Input::setError(Node *node, const Twine &message) { in setError() function in Input
376 void Input::setError(const SMRange &range, const Twine &message) { in setError() function in Input
470 void Input::setError(const Twine &Message) { in setError() function in Input
751 void Output::setError(const Twine &message) { in setError() function in Output
H A DYAMLParser.cpp266 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner
2007 void Node::setError(const Twine &Msg, Token &Tok) const { setError() function in Node
2444 void Document::setError(const Twine &Message, Token &Location) const { setError() function in Document
[all...]
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp91 void ScriptLexer::setError(const Twine &msg) { in setError() function in ScriptLexer
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp437 void setError(Error E) { in setError() function in __anone1f06e680211::IRLinker