Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DDialectGen.cpp219 if (llvm::Optional<StringRef> extraDecl = in emitDialectDecl() local
221 os << *extraDecl; in emitDialectDecl()
H A DAttrOrTypeDefGen.cpp233 Optional<StringRef> extraDecl = def.getExtraDecls(); in emitTopLevelDeclarations() local
235 defCls.declare<ExtraClassDeclaration>(extraDecl ? *extraDecl : "", in emitTopLevelDeclarations()