Home | History | Annotate | Download | only in Parse

Lines Matching refs:ScopeFlags

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