Home | History | Annotate | Download | only in Parse

Lines Matching refs:ScopeFlags

741   /// scope is determined by ScopeFlags. Objects of this type should
754 // ScopeFlags, but only when we aren't about to enter a compound statement.
755 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
759 Self->EnterScope(ScopeFlags);
783 void EnterScope(unsigned ScopeFlags);
797 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1584 unsigned ScopeFlags);