Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getSizeExpr

159   Writer.AddStmt(T->getSizeExpr());
318 Writer.AddStmt(T->getSizeExpr());
474 Record.push_back(TL.getSizeExpr() ? 1 : 0);
475 if (TL.getSizeExpr())
476 Writer.AddStmt(TL.getSizeExpr());