Home | History | Annotate | Download | only in Parse

Lines Matching refs:Active

49     bool Active;
57 Active = true;
59 Active = false;
64 State(Other.State), Active(Other.Active) {
65 Other.Active = false;
70 assert(Active && "trying to end an inactive suppression");
72 Active = false;
76 assert(!Active && "redelaying without having ended first");
83 if (Active) done();
88 /// currently parsing a declaration. This is active when parsing a