FLANG
Static Public Member Functions | List of all members
Fortran::lower::ArrayConstructorBuilder< T > Class Template Reference

Class to lower evaluate::ArrayConstructor<T> to hlfir::EntityWithAttributes. More...

#include <flang/Lower/ConvertArrayConstructor.h>

Static Public Member Functions

static hlfir::EntityWithAttributes gen (mlir::Location loc, Fortran::lower::AbstractConverter &converter, const Fortran::evaluate::ArrayConstructor< T > &expr, Fortran::lower::SymMap &symMap, Fortran::lower::StatementContext &stmtCtx)
 Entry point for evaluate::ArrayConstructor lowering.
 

Detailed Description

template<typename T>
class Fortran::lower::ArrayConstructorBuilder< T >

Class to lower evaluate::ArrayConstructor<T> to hlfir::EntityWithAttributes.


The documentation for this class was generated from the following files: