Home | History | Annotate | Download | only in AST

Lines Matching refs:SizeVal

4380     APSInt SizeVal;
4381 if (!EvaluateInteger(E->getArg(0), SizeVal, Info))
4394 CharUnits Size = CharUnits::fromQuantity(SizeVal.getZExtValue());