Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h755 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
758 if (EnteredScope && !BeforeCompoundStmt) in Self()
2164 bool EnteredScope; variable
2168 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
2171 assert(!EnteredScope && "Already entered the scope!"); in EnterDeclaratorScope()
2178 EnteredScope = true; in EnterDeclaratorScope()
2182 if (EnteredScope) { in ~DeclaratorScopeObj()