Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp43 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope | in Init()
69 if (flags & TemplateParamScope) TemplateParamParent = this; in Init()
164 } else if (Flags & TemplateParamScope) { in dumpImpl()
166 Flags &= ~TemplateParamScope; in dumpImpl()
DSema.cpp1117 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) in getScopeForContext()
DSemaTemplate.cpp1148 while ((Outer->getFlags() & Scope::TemplateParamScope) != 0) in CheckClassTemplate()
5766 (S->getFlags() & Scope::TemplateParamScope) != 0) in CheckTemplateDeclScope()
7628 (S->getFlags() & Scope::TemplateParamScope) != 0) in ActOnExplicitInstantiation()
DSemaDecl.cpp1595 assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) && in ActOnPopScope()
4803 (S->getFlags() & Scope::TemplateParamScope) != 0) in HandleDeclarator()
DSemaCodeComplete.cpp3457 (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope | in CodeCompleteDeclSpec()
/external/clang/include/clang/Sema/
DScope.h75 TemplateParamScope = 0x80, enumerator
363 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope()
383 Scope::BlockScope | Scope::TemplateParamScope | in isSwitchScope()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp269 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedMethodDeclarations()
297 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDeclaration()
472 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDefs()
489 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDef()
575 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedMemberInitializers()
DParseTemplate.cpp69 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateDeclarationOrSpecialization()
568 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateTemplateParameter()
1342 Scope::TemplateParamScope)); in ParseLateTemplatedFuncDef()
DParseDecl.cpp1131 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedAttributes()
1209 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute()
2697 Scope::TemplateParamScope | in ParseDeclarationSpecifiers()