Home
last modified time | relevance | path

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

/external/clang/include/clang/Parse/
DParser.h2300 bool CreatedScope; variable
2303 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {} in DeclaratorScopeObj()
2309 CreatedScope = true; in EnterDeclaratorScope()
2321 if (CreatedScope) in ~DeclaratorScopeObj()