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

/external/clang/include/clang/Parse/
H A DParser.h1999 bool CreatedScope; member in class:clang::Parser::DeclaratorScopeObj
2002 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {}
2008 CreatedScope = true;
2020 if (CreatedScope)

Completed in 23 milliseconds