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

/external/clang/lib/Parse/
H A DParseTemplate.cpp1274 SmallVector<ParseScope*, 4> TemplateParamScopeStack; local
1290 TemplateParamScopeStack.push_back(
1296 TemplateParamScopeStack.push_back(
1304 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::DeclScope));
1307 TemplateParamScopeStack.push_back(
1361 TemplateParamScopeStack.rbegin();
1362 for (; I != TemplateParamScopeStack.rend(); ++I)

Completed in 72 milliseconds