Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp1382 SmallVector<ParseScope*, 4> TemplateParamScopeStack; in ParseLateTemplatedFuncDef() local
1407 TemplateParamScopeStack.push_back( in ParseLateTemplatedFuncDef()
1413 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::DeclScope)); in ParseLateTemplatedFuncDef()
1465 TemplateParamScopeStack.rbegin(); in ParseLateTemplatedFuncDef()
1466 for (; I != TemplateParamScopeStack.rend(); ++I) in ParseLateTemplatedFuncDef()