Searched refs:TemplateParamScope (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | Scope.cpp | 42 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope | in Init() 66 if (flags & TemplateParamScope) TemplateParamParent = this; in Init() 161 } else if (Flags & TemplateParamScope) { in dumpImpl() 163 Flags &= ~TemplateParamScope; in dumpImpl()
|
D | Sema.cpp | 1044 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) in getScopeForContext()
|
D | SemaTemplate.cpp | 5565 (S->getFlags() & Scope::TemplateParamScope) != 0) in CheckTemplateDeclScope() 7375 (S->getFlags() & Scope::TemplateParamScope) != 0) in ActOnExplicitInstantiation()
|
D | SemaDeclCXX.cpp | 7091 while (S->getFlags() & Scope::TemplateParamScope) in ActOnUsingDirective() 8049 while (S->getFlags() & Scope::TemplateParamScope) in ActOnAliasDeclaration()
|
D | SemaDecl.cpp | 1493 assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) && in ActOnPopScope() 4385 (S->getFlags() & Scope::TemplateParamScope) != 0) in HandleDeclarator()
|
D | SemaCodeComplete.cpp | 3350 (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope | in CodeCompleteDeclSpec()
|
/external/clang/include/clang/Sema/ |
D | Scope.h | 75 TemplateParamScope = 0x80, enumerator 344 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope() 364 Scope::BlockScope | Scope::TemplateParamScope | in isSwitchScope()
|
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 266 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedMethodDeclarations() 294 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDeclaration() 379 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDefs() 396 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope); in ParseLexedMethodDef() 480 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedMemberInitializers()
|
D | ParseTemplate.cpp | 68 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateDeclarationOrSpecialization() 538 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateTemplateParameter() 1303 Scope::TemplateParamScope)); in ParseLateTemplatedFuncDef()
|
D | ParseDecl.cpp | 1012 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedAttributes() 1086 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute() 2493 Scope::TemplateParamScope | in ParseDeclarationSpecifiers()
|