Home
last modified time | relevance | path

Searched refs:FormatLexer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DFormatGen.cpp29 FormatLexer::FormatLexer(llvm::SourceMgr &mgr, SMLoc loc) in FormatLexer() function in FormatLexer
34 FormatToken FormatLexer::emitError(SMLoc loc, const Twine &msg) { in emitError()
41 FormatToken FormatLexer::emitError(const char *loc, const Twine &msg) { in emitError()
45 FormatToken FormatLexer::emitErrorAndNote(SMLoc loc, const Twine &msg, in emitErrorAndNote()
54 int FormatLexer::getNextChar() { in getNextChar()
80 FormatToken FormatLexer::lexToken() { in lexToken()
135 FormatToken FormatLexer::lexLiteral(const char *tokStart) { in lexLiteral()
146 FormatToken FormatLexer::lexVariable(const char *tokStart) { in lexVariable()
156 FormatToken FormatLexer::lexIdentifier(const char *tokStart) { in lexIdentifier()
H A DFormatGen.h116 class FormatLexer {
118 FormatLexer(llvm::SourceMgr &mgr, SMLoc loc);
526 FormatLexer lexer;