Home
last modified time | relevance | path

Searched refs:EnteredScope (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h777 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
780 if (EnteredScope && !BeforeCompoundStmt) in Self()
2249 bool EnteredScope; variable
2253 : 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()