Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp258 static void emitAttrOrTypeDefDoc(const AttrOrTypeDef &def, raw_ostream &os) { in emitAttrOrTypeDefDoc() function
291 static void emitAttrOrTypeDefDoc(const RecordKeeper &recordKeeper, in emitAttrOrTypeDefDoc() function
298 emitAttrOrTypeDefDoc(AttrOrTypeDef(def), os); in emitAttrOrTypeDefDoc()
334 emitAttrOrTypeDefDoc(def, os); in emitDialectDoc()
347 emitAttrOrTypeDefDoc(def, os); in emitDialectDoc()
428 emitAttrOrTypeDefDoc(records, os, "AttrDef"); in __anond306c54e0202()
442 emitAttrOrTypeDefDoc(records, os, "TypeDef"); in __anond306c54e0402()