Lines Matching refs:EVResult
5124 Expr::EvalResult EvResult;
5125 if (!Dim->isValueDependent() && Dim->EvaluateAsInt(EvResult, Context)) {
5129 llvm::APSInt Value = EvResult.Val.getInt();
9804 Expr::EvalResult EVResult;
9805 bool CstInt = Int->get()->EvaluateAsInt(EVResult, S.Context);
9813 llvm::APSInt Result = EVResult.Val.getInt();
9841 Expr::EvalResult EVResult;
9842 bool CstInt = Int->get()->EvaluateAsInt(EVResult, S.Context);
9851 llvm::APSInt Result = EVResult.Val.getInt();
12495 Expr::EvalResult EVResult;
12496 if (RHS.get()->EvaluateAsInt(EVResult, Context)) {
12497 llvm::APSInt Result = EVResult.Val.getInt();