Searched defs:extraDecl (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/tools/mlir-tblgen/ | ||
H A D | DialectGen.cpp | 287 if (std::optional<StringRef> extraDecl = dialect.getExtraClassDeclaration()) emitDialectDecl() local |
H A D | AttrOrTypeDefGen.cpp | 237 if (std::optional<StringRef> extraDecl = def.getExtraDecls()) { formatExtraDeclarations() local |