|
MLIR 22.0.0git
|
This is the complete list of members for mlir::AsmParser::KeywordSwitch< ResultT >, including all inherited members.
| Case(StringLiteral str, ResultT value) | mlir::AsmParser::KeywordSwitch< ResultT > | inline |
| Case(StringLiteral str, FnT &&fn) | mlir::AsmParser::KeywordSwitch< ResultT > | inline |
| Default(ResultT value) | mlir::AsmParser::KeywordSwitch< ResultT > | inline |
| Default(FnT &&fn) | mlir::AsmParser::KeywordSwitch< ResultT > | inline |
| hasValue() const | mlir::AsmParser::KeywordSwitch< ResultT > | inline |
| KeywordSwitch(AsmParser &parser, StringRef *keyword=nullptr) | mlir::AsmParser::KeywordSwitch< ResultT > | inline |
| operator ResultT() | mlir::AsmParser::KeywordSwitch< ResultT > | inline |