Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h67 TemplateParamScope = 0x80, enumerator
264 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope()
284 Scope::BlockScope | Scope::TemplateParamScope | in isSwitchScope()
/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp265 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDeclarations()
287 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDeclaration()
365 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDefs()
380 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDef()
448 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedMemberInitializers()
DParseTemplate.cpp89 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateDeclarationOrSpecialization()
547 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateTemplateParameter()
1265 TemplateParamScopeStack.push_back(new ParseScope(this, Scope::TemplateParamScope)); in ParseLateTemplatedFuncDef()
1284 Scope::TemplateParamScope)); in ParseLateTemplatedFuncDef()
1288 Scope::TemplateParamScope, in ParseLateTemplatedFuncDef()
1297 Scope::TemplateParamScope)); in ParseLateTemplatedFuncDef()
DParseDecl.cpp838 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedAttributes()
916 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute()
2169 Scope::TemplateParamScope | in ParseDeclarationSpecifiers()
/external/clang/lib/Sema/
DScope.cpp52 if (flags & TemplateParamScope) TemplateParamParent = this; in Init()
DSema.cpp941 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) in getScopeForContext()
DSemaTemplate.cpp4886 (S->getFlags() & Scope::TemplateParamScope) != 0) in CheckTemplateDeclScope()
6637 (S->getFlags() & Scope::TemplateParamScope) != 0) in ActOnExplicitInstantiation()
DSemaDeclCXX.cpp5745 while (S->getFlags() & Scope::TemplateParamScope) in ActOnUsingDirective()
6527 while (S->getFlags() & Scope::TemplateParamScope) in ActOnAliasDeclaration()
DSemaDecl.cpp1347 assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) && in ActOnPopScope()
3603 (S->getFlags() & Scope::TemplateParamScope) != 0) in HandleDeclarator()
DSemaCodeComplete.cpp3275 (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope | in CodeCompleteDeclSpec()