Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getInitExpr

491   Record.push_back(D->getInitExpr()? 1 : 0);
492 if (D->getInitExpr())
493 Record.AddStmt(D->getInitExpr());