Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseScope

69   ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
568 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
1327 SmallVector<ParseScope*, 4> TemplateParamScopeStack;
1341 TemplateParamScopeStack.push_back(new ParseScope(this,
1347 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::DeclScope));
1366 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
1397 SmallVectorImpl<ParseScope *>::reverse_iterator I =