Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SyntForm

749   if (InitListExpr *SyntForm = cast_or_null<InitListExpr>(Reader.ReadSubStmt()))
750 E->setSyntacticForm(SyntForm);