Home
last modified time | relevance | path

Searched refs:stmtFunction_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h103 const MaybeExpr &stmtFunction() const { return stmtFunction_; } in stmtFunction()
104 void set_stmtFunction(SomeExpr &&expr) { stmtFunction_ = std::move(expr); } in set_stmtFunction()
115 MaybeExpr stmtFunction_; variable
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp122 if (x.stmtFunction_) { in operator <<()
123 os << " -> " << x.stmtFunction_->AsFortran(); in operator <<()