Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PredefinedExpr

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