Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2522 bool CreatedScope; variable
2526 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
2532 CreatedScope = true; in EnterDeclaratorScope()
2544 if (CreatedScope) in ~DeclaratorScopeObj()