Searched refs:TemplateParamScope (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | Scope.cpp | 43 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()
|
D | Sema.cpp | 1117 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) in getScopeForContext()
|
D | SemaTemplate.cpp | 1148 while ((Outer->getFlags() & Scope::TemplateParamScope) != 0) in CheckClassTemplate() 5766 (S->getFlags() & Scope::TemplateParamScope) != 0) in CheckTemplateDeclScope() 7628 (S->getFlags() & Scope::TemplateParamScope) != 0) in ActOnExplicitInstantiation()
|
D | SemaDecl.cpp | 1595 assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) && in ActOnPopScope() 4803 (S->getFlags() & Scope::TemplateParamScope) != 0) in HandleDeclarator()
|
D | SemaCodeComplete.cpp | 3457 (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope | in CodeCompleteDeclSpec()
|
/external/clang/include/clang/Sema/ |
D | Scope.h | 75 TemplateParamScope = 0x80, enumerator 363 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope() 383 Scope::BlockScope | Scope::TemplateParamScope | in isSwitchScope()
|
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 269 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()
|
D | ParseTemplate.cpp | 69 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateDeclarationOrSpecialization() 568 ParseScope TemplateParmScope(this, Scope::TemplateParamScope); in ParseTemplateTemplateParameter() 1342 Scope::TemplateParamScope)); in ParseLateTemplatedFuncDef()
|
D | ParseDecl.cpp | 1131 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedAttributes() 1209 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute() 2697 Scope::TemplateParamScope | in ParseDeclarationSpecifiers()
|