Searched refs:FormatLexer (Results 1 – 2 of 2) sorted by relevance
29 FormatLexer::FormatLexer(llvm::SourceMgr &mgr, SMLoc loc) in FormatLexer() function in FormatLexer34 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()
116 class FormatLexer {118 FormatLexer(llvm::SourceMgr &mgr, SMLoc loc);526 FormatLexer lexer;