Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DFormatGen.cpp398 bool mlir::tblgen::canFormatStringAsKeyword( in canFormatStringAsKeyword() function in mlir::tblgen
441 return canFormatStringAsKeyword(value, emitError); in isValidLiteral()
H A DFormatGen.h541 bool canFormatStringAsKeyword(StringRef value,
H A DOpFormatGen.cpp1053 if (canFormatStringAsKeyword(attrCase.getStr())) in genEnumAttrParser()
1794 if (!canFormatStringAsKeyword(it.value().getStr())) in genEnumAttrPrinter()