Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp463 : scopeHandler_{scopeHandler} {} in FuncResultStack()
489 ScopeHandler &scopeHandler_; member in Fortran::semantics::FuncResultStack
2055 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()