Searched refs:EnteredScope (Results 1 – 1 of 1) sorted by relevance
777 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,780 if (EnteredScope && !BeforeCompoundStmt) in Self()2249 bool EnteredScope; variable2253 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()2256 assert(!EnteredScope && "Already entered the scope!"); in EnterDeclaratorScope()2263 EnteredScope = true; in EnterDeclaratorScope()2267 if (EnteredScope) { in ~DeclaratorScopeObj()