Searched refs:HandleStmtFunction (Results 1 – 1 of 1) sorted by relevance
814 bool HandleStmtFunction(const parser::StmtFunctionStmt &);3180 bool SubprogramVisitor::HandleStmtFunction(const parser::StmtFunctionStmt &x) { in HandleStmtFunction() function in Fortran::semantics::SubprogramVisitor7332 if (HandleStmtFunction(x)) { in Pre()