| MLIR
    22.0.0git
    | 
| Public Member Functions | |
| TokenInfo ()=default | |
| void | set (TokenKind newKind, llvm::StringRef newText) | 
| Public Attributes | |
| llvm::StringRef | text | 
| TokenKind | kind = TokenKind::Eof | 
| SourceRange | range | 
| VariantValue | value | 
| Static Public Attributes | |
| static const char *const | ID_Extract = "extract" | 
Definition at line 20 of file Parser.cpp.
| 
 | default | 
| 
 | inline | 
Definition at line 24 of file Parser.cpp.
| 
 | static | 
Definition at line 30 of file Parser.cpp.
| TokenKind mlir::query::matcher::internal::Parser::TokenInfo::kind = TokenKind::Eof | 
| SourceRange mlir::query::matcher::internal::Parser::TokenInfo::range | 
Definition at line 34 of file Parser.cpp.
Referenced by mlir::query::matcher::internal::Parser::parseExpression().
| llvm::StringRef mlir::query::matcher::internal::Parser::TokenInfo::text | 
Definition at line 32 of file Parser.cpp.
Referenced by set().
| VariantValue mlir::query::matcher::internal::Parser::TokenInfo::value | 
Definition at line 35 of file Parser.cpp.