Home | History | Annotate | Download | only in Sema

Lines Matching refs:SizeVal

2049 /// return true, if not, return the size of the array in SizeVal.
2050 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) {
2065 return S.VerifyIntegerConstantExpression(ArraySize, &SizeVal, Diagnoser,