Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h124 void LexError(LocTy ErrorLoc, const Twine &Msg) { in LexError() function
127 void LexError(const Twine &Msg) { LexError(getLoc(), Msg); } in LexError() function