Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1089 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
1092 if (EnteredScope && !BeforeCompoundStmt) in Self()
2922 bool EnteredScope; variable
2926 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
2929 assert(!EnteredScope && "Already entered the scope!"); in EnterDeclaratorScope()
2936 EnteredScope = true; in EnterDeclaratorScope()
2940 if (EnteredScope) { in ~DeclaratorScopeObj()