Home | History | Annotate | Download | only in Parse

Lines Matching refs:Popped

1169     bool Popped;
1175 : P(P), Popped(false),
1181 assert(!Popped && "Nested class has already been popped");
1182 Popped = true;
1187 if (!Popped)