Searched refs:TemplateParamScopeStack (Results 1 – 1 of 1) sorted by relevance
1184 SmallVector<ParseScope*, 4> TemplateParamScopeStack; in ParseLateTemplatedFuncDef() local1187 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::TemplateParamScope)); in ParseLateTemplatedFuncDef()1205 TemplateParamScopeStack.push_back(new ParseScope(this, in ParseLateTemplatedFuncDef()1209 TemplateParamScopeStack.push_back(new ParseScope(this, in ParseLateTemplatedFuncDef()1215 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::DeclScope)); in ParseLateTemplatedFuncDef()1218 TemplateParamScopeStack.push_back(new ParseScope(this, in ParseLateTemplatedFuncDef()1268 TemplateParamScopeStack.rbegin(); in ParseLateTemplatedFuncDef()1269 for (; I != TemplateParamScopeStack.rend(); ++I) in ParseLateTemplatedFuncDef()