Home | History | Annotate | Download | only in Parse

Lines Matching defs:ScopeFlags

308 void Parser::EnterScope(unsigned ScopeFlags) {
311 N->Init(getCurScope(), ScopeFlags);
314 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
336 /// Set the flags for the current scope to ScopeFlags. If ManageFlags is false,
338 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags,
343 CurScope->setFlags(ScopeFlags);