Searched defs:EnteredScope (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/Parse/
H A DParser.h766 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
769 if (EnteredScope && !BeforeCompoundStmt)
2163 bool EnteredScope; member in class:clang::Parser::DeclaratorScopeObj
2167 : P(p), SS(ss), EnteredScope(false), CreatedScope(false) {}
2170 assert(!EnteredScope && "Already entered the scope!");
2177 EnteredScope = true;
2181 if (EnteredScope) {

Completed in 150 milliseconds