Searched refs:EnteredScope (Results 1 – 1 of 1) sorted by relevance
1180 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,1183 if (EnteredScope && !BeforeCompoundStmt) in Self()3169 bool EnteredScope; variable3173 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()3176 assert(!EnteredScope && "Already entered the scope!"); in EnterDeclaratorScope()3183 EnteredScope = true; in EnterDeclaratorScope()3187 if (EnteredScope) { in ~DeclaratorScopeObj()