Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1124 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
1127 if (EnteredScope && !BeforeCompoundStmt) in Self()
3023 bool EnteredScope; variable
3027 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
3030 assert(!EnteredScope && "Already entered the scope!"); in EnterDeclaratorScope()
3037 EnteredScope = true; in EnterDeclaratorScope()
3041 if (EnteredScope) { in ~DeclaratorScopeObj()