Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp698 Dialect::EmitPrefix prefixType = op.getDialect().getEmitAccessorPrefix(); in getGetterOrSetterNames() local
700 if (prefixType != Dialect::EmitPrefix::Raw) in getGetterOrSetterNames()
704 bool rawToo = prefixType == Dialect::EmitPrefix::Both; in getGetterOrSetterNames()