Lines Matching defs:context_
29 ComputeOffsetsHelper(SemanticsContext &context) : context_{context} {}
63 SemanticsContext &context_;
138 ComputeOffsets(context_, child);
246 context_.Warn(common::UsageWarning::CommonBlockPadding, errorSite,
265 context_.Say(errorSite,
270 context_.Say(errorSite,
276 context_.Say(errorSite,
297 context_.MapCommonBlockAndCheckConflicts(commonBlock);
329 context_.foldingContext(), *symbol, base.offset, 1)};
331 context_.foldingContext(), *symbol, offset, 1)};
333 context_
340 context_
381 int kind{context_.defaultKinds().GetDefaultKind(TypeCategory::Character)};
414 auto &targetCharacteristics{context_.targetCharacteristics()};
435 auto &foldingContext{context_.foldingContext()};
457 std::min(alignment, context_.targetCharacteristics().maxAlignment());