Searched refs:TemplateParamScope (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Sema/ |
D | Scope.cpp | 43 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()
|
D | Sema.cpp | 1110 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) in getScopeForContext()
|
D | SemaTemplate.cpp | 1165 while ((Outer->getFlags() & Scope::TemplateParamScope) != 0) in CheckClassTemplate() 5810 (S->getFlags() & Scope::TemplateParamScope) != 0) in CheckTemplateDeclScope() 7744 (S->getFlags() & Scope::TemplateParamScope) != 0) in ActOnExplicitInstantiation()
|
D | SemaDecl.cpp | 1637 assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) && in ActOnPopScope() 4936 (S->getFlags() & Scope::TemplateParamScope) != 0) in HandleDeclarator()
|
D | SemaCodeComplete.cpp | 3470 (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope | in CodeCompleteDeclSpec()
|
/external/clang/include/clang/Sema/ |
D | Scope.h | 76 TemplateParamScope = 0x80, enumerator 366 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope() 386 Scope::BlockScope | Scope::TemplateParamScope | in isSwitchScope()
|
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 276 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()
|
D | ParseTemplate.cpp | 69 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()
|
D | ParseOpenMP.cpp | 388 new Parser::ParseScope(&P, Scope::TemplateParamScope, HasTemplateScope); in FNContextRAII()
|
D | ParseDecl.cpp | 1162 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, in ParseLexedAttributes() 1240 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute() 2752 Scope::TemplateParamScope | in ParseDeclarationSpecifiers()
|