Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1106 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
1109 if (EnteredScope && !BeforeCompoundStmt) in Self()
2934 bool EnteredScope; variable
2938 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
2941 assert(!EnteredScope && "Already entered the scope!"); in EnterDeclaratorScope()
2948 EnteredScope = true; in EnterDeclaratorScope()
2952 if (EnteredScope) { in ~DeclaratorScopeObj()