Searched refs:TemplateParamScope (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Scope.h | 67 TemplateParamScope = 0x80, enumerator 264 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope() 284 Scope::BlockScope | Scope::TemplateParamScope | in isSwitchScope()
|
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 265 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()
|
D | ParseTemplate.cpp | 89 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()
|
D | ParseDecl.cpp | 838 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/ |
D | Scope.cpp | 52 if (flags & TemplateParamScope) TemplateParamParent = this; in Init()
|
D | Sema.cpp | 941 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) in getScopeForContext()
|
D | SemaTemplate.cpp | 4886 (S->getFlags() & Scope::TemplateParamScope) != 0) in CheckTemplateDeclScope() 6637 (S->getFlags() & Scope::TemplateParamScope) != 0) in ActOnExplicitInstantiation()
|
D | SemaDeclCXX.cpp | 5745 while (S->getFlags() & Scope::TemplateParamScope) in ActOnUsingDirective() 6527 while (S->getFlags() & Scope::TemplateParamScope) in ActOnAliasDeclaration()
|
D | SemaDecl.cpp | 1347 assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) && in ActOnPopScope() 3603 (S->getFlags() & Scope::TemplateParamScope) != 0) in HandleDeclarator()
|
D | SemaCodeComplete.cpp | 3275 (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope | in CodeCompleteDeclSpec()
|