Home
last modified time | relevance | path

Searched defs:GetExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Semantics/
H A Dtools.h366 const SomeExpr *GetExpr(SemanticsContext *context, const T &x) { GetExpr() function
370 const SomeExpr *GetExpr(SemanticsContext &context, const T &x) { GetExpr() function
373 template <typename T> const SomeExpr *GetExpr(const T &x) { GetExpr() function
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp128 const Expr<SomeType> &GetExpr(std::size_t i) const { GetExpr() function in Fortran::evaluate::ArgumentAnalyzer