Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp43 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope | in setFlags()
69 if (flags & TemplateParamScope) TemplateParamParent = this; in setFlags()
168 } else if (Flags & TemplateParamScope) { in dumpImpl()
170 Flags &= ~TemplateParamScope; in dumpImpl()
DSema.cpp1110 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) in getScopeForContext()
DSemaTemplate.cpp1165 while ((Outer->getFlags() & Scope::TemplateParamScope) != 0) in CheckClassTemplate()
5810 (S->getFlags() & Scope::TemplateParamScope) != 0) in CheckTemplateDeclScope()
7744 (S->getFlags() & Scope::TemplateParamScope) != 0) in ActOnExplicitInstantiation()
DSemaDecl.cpp1637 assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) && in ActOnPopScope()
4936 (S->getFlags() & Scope::TemplateParamScope) != 0) in HandleDeclarator()
DSemaCodeComplete.cpp3470 (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope | in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DScope.h76 TemplateParamScope = 0x80, enumerator
366 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope()
386 Scope::BlockScope | Scope::TemplateParamScope | in isSwitchScope()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp276 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedMethodDeclarations()
304 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDeclaration()
479 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDefs()
496 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDef()
584 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedMemberInitializers()
DParseTemplate.cpp69 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateDeclarationOrSpecialization()
149 unsigned NewFlags = getCurScope()->getFlags() & ~Scope::TemplateParamScope; in ParseTemplateDeclarationOrSpecialization()
573 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateTemplateParameter()
1359 Scope::TemplateParamScope)); in ParseLateTemplatedFuncDef()
DParseOpenMP.cpp388 new Parser::ParseScope(&P, Scope::TemplateParamScope, HasTemplateScope); in FNContextRAII()
DParseDecl.cpp1162 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedAttributes()
1240 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute()
2752 Scope::TemplateParamScope | in ParseDeclarationSpecifiers()