Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DAttrOrTypeDefGen.cpp280 auto props = hasAssemblyFormat ? Method::Const : Method::ConstDeclaration; in emitParserPrinter()
293 def.genStorageClass() ? Method::Const : Method::ConstDeclaration); in emitAccessors()
439 method.isStatic() ? Method::StaticDeclaration : Method::ConstDeclaration; in emitTraitMethod()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h303 ConstDeclaration = Const | Declaration enumerator