Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1144 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
1147 if (EnteredScope && !BeforeCompoundStmt) in Self()
3087 bool EnteredScope; variable
3091 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
3094 assert(!EnteredScope && "Already entered the scope!"); in EnterDeclaratorScope()
3101 EnteredScope = true; in EnterDeclaratorScope()
3105 if (EnteredScope) { in ~DeclaratorScopeObj()