Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2935 bool CreatedScope; variable
2938 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
2944 CreatedScope = true; in EnterDeclaratorScope()
2956 if (CreatedScope) in ~DeclaratorScopeObj()