Home | History | Annotate | Download | only in Parse

Lines Matching defs:ScopeFlags

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