Searched refs:TemplateParamScopeStack (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseTemplate.cpp1288 SmallVector<ParseScope*, 4> TemplateParamScopeStack; local
1302 TemplateParamScopeStack.push_back(new ParseScope(this,
1308 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::DeclScope));
1358 TemplateParamScopeStack.rbegin();
1359 for (; I != TemplateParamScopeStack.rend(); ++I)

Completed in 361 milliseconds