Searched refs:EnteredScope (Results 1 – 1 of 1) sorted by relevance
966 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,969 if (EnteredScope && !BeforeCompoundStmt) in Self()2569 bool EnteredScope; variable2573 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()2576 assert(!EnteredScope && "Already entered the scope!"); in EnterDeclaratorScope()2583 EnteredScope = true; in EnterDeclaratorScope()2587 if (EnteredScope) { in ~DeclaratorScopeObj()