Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2923 bool CreatedScope; variable
2926 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
2932 CreatedScope = true; in EnterDeclaratorScope()
2944 if (CreatedScope) in ~DeclaratorScopeObj()