Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h104 void set_stmtFunction(SomeExpr &&expr) { stmtFunction_ = std::move(expr); } in set_stmtFunction() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp7226 details.set_stmtFunction(std::move(*converted)); in AnalyzeStmtFunctionStmt()
7228 details.set_stmtFunction(std::move(*expr)); in AnalyzeStmtFunctionStmt()