Print an error diagnostic at source location(s) ErrorLoc.
Synopsis
Declared in <llvm/TableGen/Error.h>
void
PrintError(
ArrayRef<SMLoc> ErrorLoc,
Twine const& Msg);
Description
Increments ErrorsPrinted.
Parameters
Name |
Description |
ErrorLoc |
Source locations associated with the error. |
Msg |
Error text to print. |
Created with MrDocs