Lines Matching refs:ParamValue
1021 std::optional<ParamValue> length;
1063 ParamValue GetParamValue(
4315 charInfo_.length = ParamValue{1, common::TypeParamAttr::Len}; in Post()
4341 charInfo_.length = ParamValue{ in Post()
4418 ParamValue param{GetParamValue(value, common::TypeParamAttr::Kind)}; in Post()
5625 common::ScopedSet(charInfo_.length, std::optional<ParamValue>{})}; in DeclareStatementEntity()
5820 ParamValue DeclarationVisitor::GetParamValue( in GetParamValue()
5825 return ParamValue{EvaluateIntExpr(x), attr}; in GetParamValue()
5827 [=](const parser::Star &) { return ParamValue::Assumed(attr); }, in GetParamValue()
5829 return ParamValue::Deferred(attr); in GetParamValue()
6391 ParamValue{SomeIntExpr{*std::move(length)}, common::TypeParamAttr::Len}, in ToDeclTypeSpec()
6395 ParamValue::Deferred(common::TypeParamAttr::Len), in ToDeclTypeSpec()