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

Declarations

include/llvm/TableGen/Error.h
   29 void PrintError(const char *Loc, const Twine &Msg);

References

lib/TableGen/TGLexer.cpp
  428       PrintError(TokStart, "Unterminated comment!");
  730       PrintError(TokStart, "double #else");
  975         PrintError(CurPtr, "Unexpected character");
 1017   PrintError(CurBuf.end(), "Reached EOF without matching #endif");