Home | History | Annotate | Download | only in Sema

Lines Matching defs:SizeExpr

8530       const Expr *SizeExpr = dyn_cast<IntegerLiteral>(CTL.getSizeExpr());
8531 if (!SizeExpr || SizeExpr->getExprLoc().isMacroID())