Home | History | Annotate | Download | only in AST

Lines Matching refs:SizeVal

6782     APSInt SizeVal;
6783 if (!EvaluateInteger(E->getArg(0), SizeVal, Info))
6796 CharUnits Size = CharUnits::fromQuantity(SizeVal.getZExtValue());