Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseScope

89   ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
532 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
1261 SmallVector<ParseScope*, 4> TemplateParamScopeStack;
1264 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::TemplateParamScope));
1282 TemplateParamScopeStack.push_back(new ParseScope(this,
1286 TemplateParamScopeStack.push_back(new ParseScope(this,
1292 TemplateParamScopeStack.push_back(new ParseScope
1295 TemplateParamScopeStack.push_back(new ParseScope(this,
1314 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
1344 SmallVector<ParseScope*, 4>::reverse_iterator I =