Searched defs:structDef (Results 1 – 2 of 2) sorted by relevance
34 emitStructClass(const Record &structDef, StringRef structName, in emitStructClass()77 static void emitStructDecl(const Record &structDef, raw_ostream &os) { in emitStructDecl()264 static void emitStructDef(const Record &structDef, raw_ostream &os) { in emitStructDef()
598 const StructDefinition& structDef = e.as<StructDefinition>(); in write() local