Lines Matching defs:foldingContext
1952 auto &foldingContext{exprAnalyzer_.GetFoldingContext()};
1954 for (auto &at{foldingContext.StartImpliedDo(name, lower)};
1962 foldingContext.EndImpliedDo(name);
2518 FoldingContext &foldingContext) {
2552 *expr, foldingContext)}) {
2578 FoldingContext &foldingContext) {
2586 !CheckCompatibleArgument(isElemental, *actual, dummy, foldingContext)) {
2773 ProcedureDesignator{*specific}, context_.foldingContext(),
3380 proc, arguments, context_.foldingContext());
3406 proc, context_.foldingContext(), /*emitError=*/true);
3447 *global, context_.foldingContext())}) {
4371 auto &foldingContext{context_.GetFoldingContext()};
4372 auto lhShape{GetShape(foldingContext, *lhs)};
4373 auto rhShape{GetShape(foldingContext, *rhs)};
4375 if (!evaluate::CheckConformance(foldingContext.messages(), *lhShape,
4393 auto &foldingContext{context_.GetFoldingContext()};
4394 auto lhShape{GetShape(foldingContext, *lhs)};
4395 auto rhShape{GetShape(foldingContext, *rhs)};
4397 if (!evaluate::CheckConformance(foldingContext.messages(), *lhShape,