Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp1842 class FormatLexer { class
1844 FormatLexer(llvm::SourceMgr &mgr, Operator &op);
1875 FormatLexer::FormatLexer(llvm::SourceMgr &mgr, Operator &op) in FormatLexer() function in FormatLexer
1881 Token FormatLexer::emitError(llvm::SMLoc loc, const Twine &msg) { in emitError()
1887 Token FormatLexer::emitErrorAndNote(llvm::SMLoc loc, const Twine &msg, in emitErrorAndNote()
1895 Token FormatLexer::emitError(const char *loc, const Twine &msg) { in emitError()
1899 int FormatLexer::getNextChar() { in getNextChar()
1925 Token FormatLexer::lexToken() { in lexToken()
1974 Token FormatLexer::lexLiteral(const char *tokStart) { in lexLiteral()
1985 Token FormatLexer::lexVariable(const char *tokStart) { in lexVariable()
[all …]