Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PredefinedExpr

422 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) {
425 E->setIdentType((PredefinedExpr::IdentType)Record[Idx++]);
2132 S = new (Context) PredefinedExpr(Empty);