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

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

Completed in 82 milliseconds