Home | History | Annotate | Download | only in Sema

Lines Matching refs:SizeVal

1204 /// return true, if not, return the size of the array in SizeVal.
1205 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) {
1209 ArraySize, &SizeVal, S.PDiag(), S.LangOpts.GNUMode,