Home | History | Annotate | Download | only in AST

Lines Matching refs:SizeVal

7061     APSInt SizeVal;
7062 if (!EvaluateInteger(E->getArg(0), SizeVal, Info))
7075 CharUnits Size = CharUnits::fromQuantity(SizeVal.getZExtValue());