Home | History | Annotate | Download | only in Serialization

Lines Matching refs:GenericSelectionExpr

765 void ASTStmtReader::VisitGenericSelectionExpr(GenericSelectionExpr *E) {
770 new(Reader.getContext()) Stmt*[GenericSelectionExpr::END_EXPR+E->NumAssocs];
772 E->SubExprs[GenericSelectionExpr::CONTROLLING] = Reader.ReadSubExpr();
775 E->SubExprs[GenericSelectionExpr::END_EXPR+I] = Reader.ReadSubExpr();
1885 S = new (Context) GenericSelectionExpr(Empty);