Lines Matching refs:context_
25 : context_{c}, caseExprType_{t} {} in CaseValues()
52 context_.Say(stmt.source, in AddCase()
59 context_.Say(stmt.source, in AddCase()
85 context_.foldingContext(), foldingMessages}; in GetValue()
96 context_.Say(expr.source, in GetValue()
104 context_.Say(expr.source, in GetValue()
109 context_.Say(expr.source, in GetValue()
205 msg = &context_.Say(iter->stmt.source, in ReportConflictingCases()
216 SemanticsContext &context_; member in Fortran::semantics::CaseValues
244 const auto *x{GetExpr(context_, selectExpr)}; in Enter()
254 TypeVisitor<TypeCategory::Integer>{context_, *exprType, caseList}); in Enter()
257 CaseValues<evaluate::Type<TypeCategory::Logical, 1>>{context_, *exprType} in Enter()
262 TypeVisitor<TypeCategory::Character>{context_, *exprType, caseList}); in Enter()
268 context_.Say(selectExpr.source, in Enter()