Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PredefinedExpr

442 void ASTStmtReader::VisitPredefinedExpr(PredefinedExpr *E) {
445 E->Type = (PredefinedExpr::IdentType)Record[Idx++];
2637 S = new (Context) PredefinedExpr(Empty);