Searched refs:emitTupleType (Results 1 – 1 of 1) sorted by relevance
91 LogicalResult emitTupleType(Location loc, ArrayRef<Type> types);1005 return emitTupleType(loc, tType.getTypes()); in emitType()1027 return emitTupleType(loc, types); in emitTypes()1031 LogicalResult CppEmitter::emitTupleType(Location loc, ArrayRef<Type> types) { in emitTupleType() function in CppEmitter