Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttrOrTypeDef.cpp72 bool hasDeclarativeFormat = getAssemblyFormat().has_value(); in AttrOrTypeDef() local
74 if (hasCppFormat && hasDeclarativeFormat) { in AttrOrTypeDef()
78 if (!parameters.empty() && !hasCppFormat && !hasDeclarativeFormat) { in AttrOrTypeDef()
83 } else if (hasCppFormat || hasDeclarativeFormat) { in AttrOrTypeDef()
89 if (hasDeclarativeFormat && !genAccessors()) { in AttrOrTypeDef()