Searched refs:scopeHandler_ (Results 1 – 1 of 1) sorted by relevance
463 : scopeHandler_{scopeHandler} {} in FuncResultStack()489 ScopeHandler &scopeHandler_; member in Fortran::semantics::FuncResultStack2055 if (info && &info->scope == &scopeHandler_.currScope()) { in CompleteFunctionResultType()2057 scopeHandler_.messageHandler().set_currStmtSource(info->source); in CompleteFunctionResultType()2059 scopeHandler_.ProcessTypeSpec(*info->parsedType, true)}) { in CompleteFunctionResultType()2060 if (!scopeHandler_.context().HasError(info->resultSymbol)) { in CompleteFunctionResultType()2080 if (!stack_.empty() && &stack_.back().scope == &scopeHandler_.currScope()) { in Pop()