MCPcopy Create free account
hub / github.com/ablab/spades / printError

Method printError

ext/src/llvm/YAMLParser.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 Token getNext();
265
266 void printError(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Message,
267 ArrayRef<SMRange> Ranges = None) {
268 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ None, ShowColors);
269 }
270
271 void setError(const Twine &Message, StringRef::iterator Position) {
272 if (Position >= End)

Callers

nothing calls this directly

Calls 1

PrintMessageMethod · 0.80

Tested by

no test coverage detected