Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getInitExpr

333   Record.push_back(D->getInitExpr()? 1 : 0);
334 if (D->getInitExpr())
335 Writer.AddStmt(D->getInitExpr());