Home
last modified time | relevance | path

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

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