|
FLANG
|
Public Member Functions | |
| GetExprHelper (SemanticsContext *context) | |
| const SomeExpr * | Get (const parser::Expr &) |
| const SomeExpr * | Get (const parser::Variable &) |
| const SomeExpr * | Get (const parser::DataStmtConstant &) |
| const SomeExpr * | Get (const parser::AllocateObject &) |
| const SomeExpr * | Get (const parser::PointerObject &) |
| template<typename T> | |
| const SomeExpr * | Get (const common::Indirection< T > &x) |
| template<typename T> | |
| const SomeExpr * | Get (const std::optional< T > &x) |
| template<typename T> | |
| const SomeExpr * | Get (const T &x) |