Searched refs:GetBoundValue (Results 1 – 2 of 2) sorted by relevance
265 auto GetBoundValue = [](const DWARFFormValue &FormValue) -> int64_t { in processOneAttribute() local367 CurrentElement->setLowerBound(GetBoundValue(FormValue)); in processOneAttribute()381 CurrentElement->setUpperBound(GetBoundValue(FormValue)); in processOneAttribute()
1539 auto GetBoundValue = [&](Expr *E) -> std::optional<llvm::APSInt> { in ActOnArraySectionExpr() local1549 std::optional<llvm::APSInt> LowerBoundValue = GetBoundValue(LowerBound); in ActOnArraySectionExpr()1550 std::optional<llvm::APSInt> LengthValue = GetBoundValue(Length); in ActOnArraySectionExpr()