Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpPythonBindingGen.cpp285 static bool isPythonKeyword(StringRef str) { in isPythonKeyword() function
310 if (isPythonKeyword(name) || isODSReserved(name)) in sanitizeName()