Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h3024 bool CreatedScope; variable
3027 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
3033 CreatedScope = true; in EnterDeclaratorScope()
3045 if (CreatedScope) in ~DeclaratorScopeObj()