Home | History | Annotate | Download | only in AST

Lines Matching refs:SizeExpr

131       Context(Context), SizeExpr((Stmt*) e), Brackets(brackets) 
151 Expr *SizeExpr,
157 (SizeExpr && SizeExpr->containsUnexpandedParameterPack()))),
158 Context(Context), SizeExpr(SizeExpr), ElementType(ElementType),
166 QualType ElementType, Expr *SizeExpr) {
168 SizeExpr->Profile(ID, Context, true);