Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getSizeExpr

176   Writer.AddStmt(T->getSizeExpr());
349 Writer.AddStmt(T->getSizeExpr());
510 Record.push_back(TL.getSizeExpr() ? 1 : 0);
511 if (TL.getSizeExpr())
512 Writer.AddStmt(TL.getSizeExpr());