Home | History | Annotate | Download | only in Sema

Lines Matching defs:SizeExpr

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